aboutsummaryrefslogtreecommitdiff
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: diag: support SOCK_DESTROY for UDP socketsDavid Ahern2021-03-131-0/+1
* net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti2021-03-134-4/+8
* net: add sk_fullsock() helperEric Dumazet2021-03-131-0/+10
* ipv6: Handle PMTU in ICMP error handlers.David S. Miller2021-03-131-4/+4
* net: core: Add a UID field to struct sock.Lorenzo Colitti2021-03-131-0/+7
* BACKPORT: net: sock: make sock_tx_timestamp voidDaniel Borkmann2021-03-131-3/+2
* xfrm: force a garbage collection after deleting a policyPaul Moore2021-03-131-0/+5
* xfrm: allow to avoid copying DSCP during encapsulationNicolas Dichtel2021-03-131-0/+1
* xfrm: Add a state resolution packet queueSteffen Klassert2021-03-132-0/+8
* net: Document dst->obsolete better.David S. Miller2021-03-131-1/+13
* pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk...Jussi Kivilinna2021-03-131-2/+3
* xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal().YOSHIFUJI Hideaki / 吉藤英明2021-03-131-6/+12
* xfrm_user: Propagate netlink error codes properly.David S. Miller2021-03-131-6/+4
* xfrm: Stop using NLA_PUT*().David S. Miller2021-03-131-2/+3
* xfrm: remove redundant parameter "int dir" in struct xfrm_mgr.acquireFan Du2021-03-131-1/+1
* Fix unexpected SA hard expiration after changing dateFan Du2021-03-131-0/+4
* net: Add optional SKB arg to dst_ops->neigh_lookup().David S. Miller2021-03-132-2/+10
* xfrm: Convert several xfrm policy match functions to bool.David S. Miller2021-03-131-6/+6
* tcp: GSO should be TSQ friendlyEric Dumazet2021-03-131-0/+1
* tcp: TCP Small QueuesEric Dumazet2021-03-132-0/+6
* tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2020-12-081-1/+1
* net: add missing sk_max_pacing_rate docEric Dumazet2020-12-081-0/+1
* net: introduce SO_MAX_PACING_RATEEric Dumazet2020-12-081-0/+1
* tcp: TSO packets automatic sizingEric Dumazet2020-12-082-0/+3
* tcp: remove Appropriate Byte Count supportStephen Hemminger2020-12-081-1/+0
* tunnel: implement 64 bits statisticsstephen hemminger2020-12-081-0/+2
* net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan2020-08-051-1/+0
* tcp: cache line align MAX_TCP_HEADEREric Dumazet2020-06-111-1/+1
* mm: Rename CGROUP_MEM_RES_CTLR to MEMCGArne Coucheron2020-05-231-2/+2
* inet: switch IP ID generator to siphashEric Dumazet2020-04-041-0/+2
* ipv6: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2020-04-041-2/+3
* ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa2020-04-041-1/+1
* ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa2020-04-042-6/+9
* tcp: Clear sk_send_head after purging the write queueBen Hutchings2020-04-041-0/+3
* tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet2020-02-151-5/+0
* tcp: fix tcp_rtx_queue_tail in case of empty retransmit queueTim Froidcoeur2020-02-151-0/+4
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2020-02-152-14/+5
* tcp: be more careful in tcp_fragment()Eric Dumazet2020-02-151-0/+17
* vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar2020-02-151-0/+5
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2020-02-151-0/+1
* tcp: limit payload size of sacked skbsEric Dumazet2020-02-151-0/+2
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2020-02-151-1/+1
* netfilter: add connlabel conntrack extensionFlorian Westphal2018-11-193-0/+62
* netfilter: xt_CT: recover NOTRACK target supportPablo Neira Ayuso2018-11-191-0/+1
* netfilter: nf_nat: Handle routing changes in MASQUERADE targetJozsef Kadlecsik2018-11-181-0/+15
* netfilter: ip6tables: add MASQUERADE targetPatrick McHardy2018-11-182-2/+4
* netfilter: ipv6: add IPv6 NAT supportPatrick McHardy2018-11-183-0/+7
* net: core: add function for incremental IPv6 pseudo header checksum updatesPatrick McHardy2018-11-181-0/+3
* ipv4: fix path MTU discovery with connection trackingPatrick McHardy2018-11-182-0/+4
* netfilter: add protocol independent NAT corePatrick McHardy2018-11-189-90/+125