summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2018-07-19tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap1-2/+2
2018-07-17tcp: Fix broken repair socket window probe patchStefan Baranoff1-6/+7
2018-07-16ipv4/igmp: init group mode as INCLUDE when join source groupHangbin Liu2-18/+44
2018-07-14tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2-29/+0
2018-07-14tcp: fix dctcp delayed ACK scheduleYuchung Cheng1-2/+4
2018-07-13tcp: allow user to create repair socket without window probesStefan Baranoff1-3/+5
2018-07-13tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff1-5/+18
2018-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-6/+13
2018-07-08tcp: cleanup copied_seq and urg_data in tcp_disconnectEric Dumazet1-0/+2
2018-07-08ipfrag: really prevent allocation on netns exitPaolo Abeni1-1/+1
2018-07-08net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abortLorenzo Colitti1-2/+1
2018-07-08net/ipv4: Set oif in fib_compute_spec_dstDavid Ahern1-0/+1
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl1-6/+12
2018-07-06ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
2018-07-05netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal1-0/+1
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-12/+27
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca3-5/+3
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-06-30tcp: fix Fast Open key endiannessYuchung Cheng1-5/+13
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds3-15/+26
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-06-20ip: limit use of gso_size to udpWillem de Bruijn1-1/+2
2018-06-20net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern1-2/+2
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-2/+5
2018-06-15tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-12tcp: Do not reload skb pointer after skb_gro_receive().David Miller1-2/+0
2018-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2018-06-11tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh1-5/+7
2018-06-09udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2-2/+2
2018-06-08netfilter: x_tables: initialise match/target check parameter structFlorian Westphal1-0/+1
2018-06-07ip_tunnel: Fix name string concatenate in __ip_tunnel_create()Sultan Alsawaf1-2/+2
2018-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds46-785/+1637
2018-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+18
2018-06-05net: metrics: add proper netlink validationEric Dumazet2-0/+4
2018-06-05ipmr: fix error path when ipmr_new_table failsSabrina Dubroca1-3/+5
2018-06-05netfilter: provide udp*_lib_lookup for nf_tproxyArnd Bergmann1-3/+1
2018-06-05net-tcp: remove useless tw_timeout fieldMaciej Żenczykowski1-1/+0
2018-06-05tcp: refactor tcp_ecn_check_ce to remove sk type castYousuk Seung1-12/+14
2018-06-05net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski2-4/+36
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds3-26/+15
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds12-399/+102
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2018-06-03netfilter: Libify xt_TPROXYMáté Eckl3-1/+152
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-11/+2
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao2-4/+4
2018-05-29net/ipv4: Add support for specifying metric of connected routesDavid Ahern2-11/+57
2018-05-29net: bpfilter: make function bpfilter_mbox_request() staticWei Yongjun1-2/+3