aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-5/+4
2017-04-17ipv4: fix a deadlock in ip_ra_controlWANG Cong3-9/+5
2017-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2017-04-13netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng1-1/+1
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet1-0/+1
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng1-2/+2
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng1-8/+12
2017-04-06net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-1/+1
2017-04-05tcp: fix reordering SNMP under-countingYuchung Cheng1-13/+14
2017-04-05tcp: fix lost retransmit SNMP under-countingYuchung Cheng1-1/+2
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-18/+2
2017-03-27net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland1-1/+1
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng1-18/+1
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang1-0/+1
2017-03-24ping: implement proper lockingEric Dumazet1-2/+3
2017-03-22inet: frag: release spinlock before calling icmp_send()Eric Dumazet1-8/+17
2017-03-22tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-03-22ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-03-16tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet1-1/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-13/+12
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2-8/+8
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells2-3/+4
2017-03-09net/tunnel: set inner protocol in network gro hooksPaolo Abeni1-1/+3
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal2-5/+4
2017-03-07tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-8/+25
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-3/+4
2017-03-02tcp: fix potential double free issue for fastopen_reqWei Wang1-3/+12
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+2
2017-03-01tcp/dccp: block BH for SYN processingEric Dumazet1-2/+8
2017-03-01net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang1-0/+1
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+5
2017-02-28netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal1-3/+4
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan4-4/+4
2017-02-26ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-02-26ipv4: add missing initialization for flowi4_uidJulian Anastasov2-3/+4
2017-02-22tcp: account for ts offset only if tsecr not zeroAlexey Kodanev1-1/+2
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev1-6/+10
2017-02-21tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet1-2/+2
2017-02-21ip: fix IP_CHECKSUM handlingPaolo Abeni1-4/+4
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet1-1/+1
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scalingCui, Cheng1-2/+5
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-10/+134
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+8