summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-3139-214/+39Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3039-214/+39Star
* | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-311-2/+2
* | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
* | ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
* | ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang2019-05-251-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-231-20/+3Star
|\ \
| * | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-20/+3Star
* | | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-231-11/+11
* | | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-231-17/+30
| |/ |/|
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2143-30/+43
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-26/+2Star
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-211-4/+1Star
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
| * | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2127-0/+27
| * | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2110-0/+10
* | | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-193-3/+3
| |/ |/|
* | net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov2019-05-161-4/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-161-3/+4
|\ \
| * | bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-161-1/+4
| * | bpf: sockmap remove duplicate queue freeJohn Fastabend2019-05-141-2/+0Star
| |/
* | tcp: do not recycle cloned skbsEric Dumazet2019-05-151-1/+1
* | tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng2019-05-151-0/+3
|/
* net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-091-5/+11
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-081-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0842-1549/+1295Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-2/+1Star
| |\
| | * ipmr_base: Do not reset index in mr_table_dumpDavid Ahern2019-05-041-2/+1Star
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-05-062-2/+2
| |\ \
| | * | netfilter: use macros to create module aliases.Flavio Leitner2019-04-302-2/+2
| * | | net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-051-1/+4
| * | | net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-051-1/+5
| * | | ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-052-30/+23Star
| * | | ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern2019-05-051-10/+10
| * | | ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-052-26/+28
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-036-18/+49
| |\ \ \ | | | |/ | | |/|
| * | | tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-013-22/+26
| * | | tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-011-27/+25Star
| * | | tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-011-0/+3
| * | | tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-011-0/+3
| * | | tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-012-0/+7
| * | | tcp: better SYNACK sent timestampYuchung Cheng2019-05-012-1/+5
| * | | tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-012-1/+17
| * | | tcp: avoid unconditional congestion window undo on SYN retransmitYuchung Cheng2019-05-011-2/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-3010-642/+84Star
| |\ \ \ | | |_|/ | |/| |
| | * | xfrm: remove unneeded export_symbolsFlorian Westphal2019-04-231-2/+1Star
| | * | xfrm: remove decode_session indirection from afinfo_policyFlorian Westphal2019-04-231-114/+0Star
| | * | xfrm: remove init_path indirection from afinfo_policyFlorian Westphal2019-04-231-7/+0Star
| | * | xfrm: remove tos indirection from afinfo_policyFlorian Westphal2019-04-231-6/+0Star
| | * | xfrm: store xfrm_mode directly, not its addressFlorian Westphal2019-04-083-3/+3