summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-214-7/+22
|\
| * tcp: when rearming RTO, if RTO time is in past then fire RTO ASAPNeal Cardwell2017-08-181-2/+1
| * net: check and errout if res->fi is NULL when RTM_F_FIB_MATCH is setRoopa Prabhu2017-08-181-2/+9
| * datagram: When peeking datagrams with offset < 0 don't skip empty skbsMatthew Dawson2017-08-181-1/+2
| * ipv4: better IP_MAX_MTU enforcementEric Dumazet2017-08-161-1/+1
| * net: igmp: Use ingress interface rather than vrf deviceDavid Ahern2017-08-161-1/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-08-213-9/+24
|\ \
| * | net: xfrm: support setting an output mark.Lorenzo Colitti2017-08-111-5/+9
| * | xfrm: Auto-load xfrm offload modulesIlan Tayari2017-08-021-0/+1
| * | esp4: Support RX checksum with crypto offloadIlan Tayari2017-08-022-4/+14
* | | net: inet: diag: expose sockets cgroup classidLevin, Alexander (Sasha Levin)2017-08-181-0/+11
* | | ipv4: convert dst_metrics.refcnt from atomic_t to refcount_tEric Dumazet2017-08-182-4/+4
* | | tcp: Export tcp_{sendpage,sendmsg}_locked() for ipv6.David S. Miller2017-08-161-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-154-15/+18
|\ \ \ | | |/ | |/|
| * | ipv4: fix NULL dereference in free_fib_info_rcu()Eric Dumazet2017-08-151-5/+7
| * | tcp: fix possible deadlock in TCP stack vs BPF filterEric Dumazet2017-08-141-2/+2
| * | tcp: ulp: avoid module refcnt leak in tcp_set_ulpSabrina Dubroca2017-08-141-7/+7
| * | ipv4: route: fix inet_rtm_getroute induced crashFlorian Westphal2017-08-141-1/+2
* | | ipv4: route: set ipv4 RTM_GETROUTE to not use rtnlFlorian Westphal2017-08-151-1/+2
* | | net: ipv4: add check for l3slave for index returned in IP_PKTINFODavid Ahern2017-08-131-1/+2
* | | net: ipv4: remove unnecessary check on orig_oifDavid Ahern2017-08-131-1/+1
* | | net: ipv4: set orig_oif based on fib result for local trafficDavid Ahern2017-08-111-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-103-7/+8
|\ \ \ | |/ /
| * | udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-102-4/+6
| * | igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-092-6/+7
* | | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-094-12/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-095-36/+41
|\ \ \ | |/ /
| * | net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-081-1/+1
| * | tcp: fastopen: tcp_connect() must refresh the routeEric Dumazet2017-08-081-0/+4
| * | tcp: fix xmit timer to only be reset if data ACKed/SACKedNeal Cardwell2017-08-032-18/+16
| * | tcp: enable xmit timer fix by having TLP use time when RTO should fireNeal Cardwell2017-08-031-9/+5
| * | tcp: introduce tcp_rto_delta_us() helper for xmit timer fixNeal Cardwell2017-08-031-4/+1
| * | net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet2017-08-031-1/+2
| * | tcp: avoid setting cwnd to invalid ssthresh after cwnd reduction statesYuchung Cheng2017-08-021-2/+2
| * | gue: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDPK. Den2017-08-011-0/+1
| * | Cipso: cipso_v4_optptr enter infinite loopyujuan.qi2017-08-011-2/+10
* | | net: ipv6: add second dif to raw socket lookupsDavid Ahern2017-08-071-1/+1
* | | net: ipv6: add second dif to udp socket lookupsDavid Ahern2017-08-071-2/+2
* | | net: ipv4: add second dif to multicast source filterDavid Ahern2017-08-073-4/+6
* | | net: ipv4: add second dif to raw socket lookupsDavid Ahern2017-08-072-6/+12
* | | net: ipv4: add second dif to inet socket lookupsDavid Ahern2017-08-073-18/+28
* | | net: ipv4: add second dif to udp socket lookupsDavid Ahern2017-08-072-27/+37
* | | tcp: consolidate congestion control undo functionsYuchung Cheng2017-08-069-103/+9
* | | tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-063-3/+3
* | | udp: no need to preserve skb->dstPaolo Abeni2017-08-061-8/+5
* | | Revert "ipv4: keep skb->dst around in presence of IP options"Paolo Abeni2017-08-061-8/+1
* | | ip/options: explicitly provide net ns to __ip_options_echo()Paolo Abeni2017-08-066-11/+12
* | | IP: do not modify ingress packet IP option in ip_options_echo()Paolo Abeni2017-08-061-3/+0
* | | tcp: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-1/+31
* | | net: fib_rules: Implement notification logic in coreIdo Schimmel2017-08-032-37/+17
OpenPOWER on IntegriCloud