summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tcp: remove poll() flakes with FastOpenEric Dumazet2017-04-201-7/+9
| * | | | tcp: remove poll() flakes when receiving RSTEric Dumazet2017-04-201-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-203-14/+9
| |\ \ \ \
| * | | | | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-174-13/+21
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-154-11/+16
| |\ \ \ \ \
| * | | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-135-10/+16
| * | | | | | net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-131-8/+4
| | |_|/ / / | |/| | | |
| * | | | | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-071-4/+9
| | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-065-40/+31
| |\ \ \ \
| * | | | | net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14Gao Feng2017-04-053-12/+11
| * | | | | net: tcp: Refine the __tcp_select_windowGao Feng2017-03-301-5/+3
| * | | | | net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
| * | | | | net: devinet: Add support for RTM_DELNETCONFDavid Ahern2017-03-281-11/+21
| * | | | | net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2017-03-282-17/+27
| * | | | | tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-242-2/+4
| * | | | | net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-244-5/+77
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-239-24/+35
| |\ \ \ \ \
| * | | | | | net: tcp: Permit user set TCP_MAXSEG to default valueGao Feng2017-03-221-1/+1
| * | | | | | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-3/+3
| * | | | | | net: ipv4: add support for ECMP hash policy choiceNikolay Aleksandrov2017-03-214-48/+83
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-03-215-29/+14
| |\ \ \ \ \ \
| | * | | | | | netfilter: refcounter conversionsReshetova, Elena2017-03-171-9/+10
| | * | | | | | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-2/+2
| | * | | | | | netfilter: nf_reject: remove unused variableTaehee Yoo2017-03-081-3/+0
| | * | | | | | netfilter: arp_tables: remove redundant check on ret being non-zeroColin Ian King2017-03-061-2/+0
| | * | | | | | netfilter: Use pr_cont where appropriateJoe Perches2017-03-061-13/+2
| * | | | | | | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-164-46/+7
| * | | | | | | tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-164-169/+10
| * | | | | | | tcp_westwood: fix tcp_westwood_info() style mistakeschun Long2017-03-161-2/+2
| * | | | | | | ipv4: fib_rules: Dump FIB rules when registering FIB notifierIdo Schimmel2017-03-161-3/+16
| * | | | | | | ipv4: fib_rules: Add notifier info to FIB rules notificationsIdo Schimmel2017-03-161-5/+8
| * | | | | | | ipv4: fib_rules: Check if rule is a default ruleIdo Schimmel2017-03-161-0/+21
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-155-10/+19
| |\ \ \ \ \ \ \
| * | | | | | | | net: Eliminate duplicated codes by creating one new function in_dev_select_addrGao Feng2017-03-121-14/+18
| * | | | | | | | ipv4: fib: Remove redundant argumentIdo Schimmel2017-03-103-14/+10
| * | | | | | | | ipv4: fib: Move FIB notification code to a separate fileIdo Schimmel2017-03-104-96/+98
| * | | | | | | | tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev2017-03-092-13/+13
| | |/ / / / / / | |/| | | | | |
* | | | | | | | tcp: do not underestimate skb->truesize in tcp_trim_head()Eric Dumazet2017-04-281-7/+12
* | | | | | | | ipv4: Don't pass IP fragments to upper layer GRO handlers.Steffen Klassert2017-04-281-0/+3
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | tcp: memset ca_priv data to 0 properlyWei Wang2017-04-261-8/+3
* | | | | | | 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
| |_|_|_|/ |/| | | |
OpenPOWER on IntegriCloud