aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-07ip: unconditionally set cork gso_sizeWillem de Bruijn1-2/+1
2018-07-07ip: remove tx_flags from ipcm_cookie and use same logic for v4 and v6Willem de Bruijn4-7/+2
2018-07-07sock: sockc cookie initializerWillem de Bruijn1-1/+1
2018-07-07ipv4: ipcm_cookie initializersWillem de Bruijn5-39/+6
2018-07-06net: ipv4: fix list processing on L3 slave devicesEdward Cree1-8/+15
2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree1-5/+11
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia5-0/+9
2018-07-04net: ipv4: listify ip_rcv_finishEdward Cree1-6/+48
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree2-7/+62
2018-07-04ipv4: add __ip_queue_xmit() that supports tos paramXin Long1-4/+5
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-27/+53
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-02net: Record receive queue number for a connectionAmritha Nambiar1-0/+3
2018-07-01tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen1-0/+9
2018-06-30tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao2-2/+7
2018-06-30tcp: fix Fast Open key endiannessYuchung Cheng1-5/+13
2018-06-29net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren1-0/+2
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds3-15/+26
2018-06-28netfilter: check if the socket netns is correct.Flavio Leitner1-4/+4
2018-06-28tcp: add one more quick ack after after ECN eventsEric Dumazet1-2/+2
2018-06-28tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet1-110/+113
2018-06-26tcp: add SNMP counter for zero-window dropsYafang Shao2-2/+7
2018-06-26net: Convert GRO SKB handling to list_head.David Miller6-35/+36
2018-06-22tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2-15/+5
2018-06-22tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2-3/+12
2018-06-22rhashtable: split rhashtable.hNeilBrown3-0/+3
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-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden1-0/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-06-11tcp: Do not reload skb pointer after skb_gro_receive().David Miller1-2/+0
2018-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2018-06-10tcp: limit sk_rcvlowat by the maximum receive bufferSoheil Hassas Yeganeh1-5/+7
2018-06-08udp: 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-06Merge 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-04net-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/viro/vfsLinus Torvalds3-26/+15
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds12-399/+102
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4