aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 484Thomas Gleixner2019-06-19
* Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-08
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-05
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269Thomas Gleixner2019-06-05
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-07
|\ \ | |/ |/|
| * ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-05
| * udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale2019-06-04
* | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-31
|\ \ | |/ |/|
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
* | net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-30
* | net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-30
* | ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-30
* | ip_sockglue: Fix missing-check bug in ip_ra_control()Gen Zhang2019-05-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-23
|\ \
| * | netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-21
* | | ipv4/igmp: fix build error if !CONFIG_IP_MULTICASTEric Dumazet2019-05-23
* | | ipv4/igmp: fix another memory leak in igmpv3_del_delrec()Eric Dumazet2019-05-22
| |/ |/|
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-21
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-21
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-21
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
| * | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-21
| * | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-21
* | | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-19
| |/ |/|
* | net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov2019-05-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-15
|\ \
| * | bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-15
| * | bpf: sockmap remove duplicate queue freeJohn Fastabend2019-05-13
| |/
* | tcp: do not recycle cloned skbsEric Dumazet2019-05-15
* | tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng2019-05-14
|/
* net/tcp: use deferred jump label for TCP acked data hookJakub Kicinski2019-05-09
* ipv4: Fix raw socket lookup for local trafficDavid Ahern2019-05-08
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-08
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-07
| |\
| | * ipmr_base: Do not reset index in mr_table_dumpDavid Ahern2019-05-04
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-05-06
| |\ \
| | * | netfilter: use macros to create module aliases.Flavio Leitner2019-04-30
| * | | net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-05
| * | | net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-05
| * | | ipv4: Move exception bucket to nh_commonDavid Ahern2019-05-05
| * | | ipv4: Pass fib_nh_common to rt_cache_routeDavid Ahern2019-05-05
| * | | ipv4: Move cached routes to fib_nh_commonDavid Ahern2019-05-05
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-02
| |\ \ \ | | | |/ | | |/|
| * | | tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-01
| * | | tcp: refactor to consolidate TFO passive open codeYuchung Cheng2019-05-01
| * | | tcp: undo cwnd on Fast Open spurious SYNACK retransmitYuchung Cheng2019-05-01
| * | | tcp: lower congestion window on Fast Open SYNACK timeoutYuchung Cheng2019-05-01
| * | | tcp: undo init congestion window on false SYNACK timeoutYuchung Cheng2019-05-01
| * | | tcp: better SYNACK sent timestampYuchung Cheng2019-05-01