aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-07net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch1-4/+9
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-40/+31
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-05net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng3-12/+11
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
2017-03-30net: tcp: Refine the __tcp_select_windowGao Feng1-5/+3
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-18/+2
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-03-28net: devinet: Add support for RTM_DELNETCONFDavid Ahern1-11/+21
2017-03-28net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2-17/+27
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-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2-2/+4
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org4-5/+77
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-24/+35
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-22net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng1-1/+1
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-3/+3
2017-03-21net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov4-48/+83
2017-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller5-29/+14
2017-03-17netfilter: refcounter conversionsReshetova, Elena1-9/+10
2017-03-16tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet1-1/+2
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh4-46/+7
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh4-169/+10
2017-03-16tcp_westwood: fix tcp_westwood_info() style mistakeschun Long1-2/+2
2017-03-16ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel1-3/+16
2017-03-16ipv4: fib_rules: Add notifier info to FIB rules notificationsIdo Schimmel1-5/+8
2017-03-16ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel1-0/+21
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-13/+12
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-10/+19
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell1-1/+2
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter1-2/+2
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2-8/+8
2017-03-12net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng1-14/+18
2017-03-10ipv4: fib: Remove redundant argumentIdo Schimmel3-14/+10
2017-03-10ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel4-96/+98
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2-13/+13
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: nf_reject: remove unused variableTaehee Yoo1-3/+0
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-06netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King1-2/+0
2017-03-06netfilter: Use pr_cont where appropriateJoe Perches1-13/+2