summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: Add module reference to FIB notifiersIdo Schimmel2017-09-011-0/+2
| * | | net: prepare (struct ubuf_info)->refcnt conversionEric Dumazet2017-09-011-2/+0
| * | | tcp_diag: report TCP MD5 signing keys and addressesIvan Delalande2017-09-011-6/+103
| * | | inet_diag: allow protocols to provide additional dataIvan Delalande2017-09-011-4/+18
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-018-26/+44
| |\ \ \ | | | |/ | | |/|
| * | | inetpeer: fix RCU lookup()Eric Dumazet2017-09-011-3/+6
| * | | xfrm: Add support for network devices capable of removing the ESP trailerYossi Kuperman2017-08-311-23/+47
| * | | tcp: Revert "tcp: remove header prediction"Florian Westphal2017-08-305-6/+192
| * | | tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2017-08-302-20/+46
| * | | neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet2017-08-292-2/+2
| * | | net: Add comment that early_demux can change via sysctlDavid Ahern2017-08-281-0/+6
| * | | gre: add collect_md mode to ERSPAN tunnelWilliam Tu2017-08-281-4/+98
| * | | gre: refactor the gre_fb_xmitWilliam Tu2017-08-281-15/+40
| * | | Revert "ipv4: make net_protocol const"David Ahern2017-08-281-2/+2
| * | | ipv4: make net_protocol constBhumika Goyal2017-08-281-2/+2
| * | | 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
OpenPOWER on IntegriCloud