summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka2017-04-241-0/+3
* ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman2017-04-241-1/+2
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-5/+4
* ipv4: fix a deadlock in ip_ra_controlWANG Cong2017-04-173-9/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-04-141-1/+1
|\
| * netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng2017-04-131-1/+1
* | tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-091-0/+1
* | net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng2017-04-081-2/+2
* | tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng2017-04-071-8/+12
* | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-061-1/+1
* | tcp: fix reordering SNMP under-countingYuchung Cheng2017-04-051-13/+14
* | tcp: fix lost retransmit SNMP under-countingYuchung Cheng2017-04-051-1/+2
|/
* tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner2017-04-031-5/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-291-18/+2
|\
| * netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng2017-03-271-18/+1
| * netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang2017-03-271-0/+1
* | net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland2017-03-271-1/+1
* | ping: implement proper lockingEric Dumazet2017-03-241-2/+3
* | inet: frag: release spinlock before calling icmp_send()Eric Dumazet2017-03-221-8/+17
* | tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2017-03-222-1/+2
* | ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet2017-03-221-1/+2
|/
* tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet2017-03-161-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-154-13/+12
|\
| * netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-132-8/+8
| * netfilter: don't track fragmented packetsFlorian Westphal2017-03-082-5/+4
* | dccp/tcp: fix routing redirect raceJon Maxwell2017-03-131-1/+2
* | udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-03-091-1/+1
* | net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-092-3/+4
* | net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-091-1/+3
* | tcp: fix various issues for sockets morphing to listen stateEric Dumazet2017-03-072-4/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-03-044-8/+25
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-031-3/+4
| |\
| | * netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal2017-02-281-3/+4
| * | tcp: fix potential double free issue for fastopen_reqWei Wang2017-03-021-3/+12
| * | tcp/dccp: block BH for SYN processingEric Dumazet2017-03-011-2/+8
| * | net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2017-03-011-0/+1
* | | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* | | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-02-282-3/+5
|\|
| * ipv4: mask tos for input routeJulian Anastasov2017-02-261-0/+1
| * ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-02-262-3/+4
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-274-4/+4
|/
* tcp: account for ts offset only if tsecr not zeroAlexey Kodanev2017-02-221-1/+2
* tcp: setup timestamp offset when write_seq already setAlexey Kodanev2017-02-221-6/+10
* tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet2017-02-211-2/+2
* ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-211-4/+4
* tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet2017-02-171-1/+1
* tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng2017-02-171-2/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-02-168-10/+134
|\
| * esp: Add a software GRO codepathSteffen Klassert2017-02-155-1/+129