summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tcp: fix hang in tcp_sendpage_locked()Eric Dumazet2017-08-251-2/+1
| * | | gre: remove duplicated assignment of iphColin Ian King2017-08-231-1/+0
| * | | ipv4: do metrics match when looking up and deleting a routeXin Long2017-08-233-1/+37
| * | | tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney2017-08-233-4/+98
| * | | gre: fix goto statement typoWilliam Tu2017-08-221-2/+2
| * | | gre: introduce native tunnel support for ERSPANWilliam Tu2017-08-221-0/+269
| * | | udp: remove unreachable ufo branchesWillem de Bruijn2017-08-222-9/+5
| * | | tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2017-08-222-5/+3
| * | | tcp: Get a proper dst before checking it.Tonghao Zhang2017-08-221-5/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-214-7/+22
| |\ \ \
| * \ \ \ 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: 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
| |\ \ \ \ \ \
| * | | | | | | 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: 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
| * | | | | | | | net: core: Make the FIB notification chain genericIdo Schimmel2017-08-035-70/+60
| * | | | | | | | tcp: remove extra POLL_OUT added for finished active connect()Neal Cardwell2017-08-031-5/+0
| * | | | | | | | ipv4: Introduce ipip_offload_init helper function.Tonghao Zhang2017-08-031-1/+7
| * | | | | | | | ipv4: fib: Set offload indication according to nexthop flagsIdo Schimmel2017-08-021-0/+2
| * | | | | | | | tcp: tcp_data_queue() cleanupEric Dumazet2017-08-021-8/+7
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | proto_ops: Add locked held versions of sendmsg and sendpageTom Herbert2017-08-012-13/+28
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-013-24/+24
| |\ \ \ \ \ \ \
| * | | | | | | | tcp: add related fields into SCM_TIMESTAMPING_OPT_STATSWei Wang2017-07-311-1/+19
| * | | | | | | | tcp: extract the function to compute delivery rateWei Wang2017-07-311-7/+16
| * | | | | | | | tcp: remove unused mib countersFlorian Westphal2017-07-311-9/+0
| * | | | | | | | tcp: remove CA_ACK_SLOWPATHFlorian Westphal2017-07-312-46/+20
OpenPOWER on IntegriCloud