summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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
* | | 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
|\ \ \ | | |/ | |/|
| * | 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
| |/
* | 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
|/
* 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