| Commit message (Expand) | Author | Age | Files | Lines |
* | net: original ingress device index in PKTINFO | David Ahern | 2016-05-11 | 1 | -0/+1 |
* | net: snmp: kill STATS_BH macros | Eric Dumazet | 2016-04-27 | 1 | -5/+5 |
* | net: rename NET_{ADD|INC}_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -2/+2 |
* | net: rename IP_UPD_PO_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | net: rename IP_ADD_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | net: rename IP_INC_STATS_BH() | Eric Dumazet | 2016-04-27 | 1 | -1/+1 |
* | net: snmp: kill various STATS_USER() helpers | Eric Dumazet | 2016-04-27 | 1 | -2/+0 |
* | ipv4: process socket-level control messages in IPv4 | Soheil Hassas Yeganeh | 2016-04-04 | 1 | -1/+2 |
* | net: ipv4: Convert IP network timestamps to be y2038 safe | Deepa Dinamani | 2016-03-01 | 1 | -0/+2 |
* | ipv4: namespacify ip_early_demux sysctl knob | Nikolay Borisov | 2016-02-16 | 1 | -3/+0 |
* | ipv4: Namespacify ip_dynaddr sysctl knob | Nikolay Borisov | 2016-02-16 | 1 | -3/+0 |
* | ipv4: Pass struct net into ip_defrag and ip_check_defrag | Eric W. Biederman | 2015-10-12 | 1 | -3/+3 |
* | dst: Pass net into dst->output | Eric W. Biederman | 2015-10-08 | 1 | -2/+2 |
* | ipv4, ipv6: Pass net into ip_local_out and ip6_local_out | Eric W. Biederman | 2015-10-08 | 1 | -1/+1 |
* | ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out | Eric W. Biederman | 2015-10-08 | 1 | -1/+1 |
* | ipv4: Merge ip_local_out and ip_local_out_sk | Eric W. Biederman | 2015-10-08 | 1 | -5/+1 |
* | ipv4: Merge __ip_local_out and __ip_local_out_sk | Eric W. Biederman | 2015-10-08 | 1 | -2/+1 |
* | dst: Pass a sk into .local_out | Eric W. Biederman | 2015-10-08 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede... | David S. Miller | 2015-10-05 | 1 | -2/+2 |
|\ |
|
| * | ipv4: Pass struct net through ip_fragment | Eric W. Biederman | 2015-09-30 | 1 | -2/+2 |
* | | inet: ip_skb_dst_mtu() should use sk_fullsock() | Eric Dumazet | 2015-10-05 | 1 | -3/+6 |
|/ |
|
* | ip: constify ip_build_and_send_pkt() socket argument | Eric Dumazet | 2015-09-25 | 1 | -1/+1 |
* | inet: constify ip_dont_fragment() arguments | Eric Dumazet | 2015-09-25 | 1 | -3/+5 |
* | net: Introduce helper functions to get the per cpu data | Raghavendra K T | 2015-08-30 | 1 | -0/+10 |
* | net: Introduce ipv4_addr_hash and use it for tcp metrics | David Ahern | 2015-08-28 | 1 | -0/+5 |
* | net: Set sk_txhash from a random number | Tom Herbert | 2015-07-29 | 1 | -16/+0 |
* | ipv6: lock socket in ip6_datagram_connect() | Eric Dumazet | 2015-07-15 | 1 | -0/+1 |
* | net: Add full IPv6 addresses to flow_keys | Tom Herbert | 2015-06-04 | 1 | -2/+17 |
* | net: Get skb hash over flow_keys structure | Tom Herbert | 2015-06-04 | 1 | -0/+2 |
* | ip_fragment: don't forward defragmented DF packet | Florian Westphal | 2015-05-27 | 1 | -0/+1 |
* | ip: remove unused function prototype | Andy Zhou | 2015-05-19 | 1 | -1/+0 |
* | bridge_netfilter: No ICMP packet on IPv4 fragmentation error | Andy Zhou | 2015-05-19 | 1 | -2/+2 |
* | ipv4: introduce frag_expire_skip_icmp() | Andy Zhou | 2015-05-19 | 1 | -0/+10 |
* | flow_dissector: change port array into src, dst tuple | Jiri Pirko | 2015-05-13 | 1 | -2/+2 |
* | flow_dissect: use programable dissector in skb_flow_dissect and friends | Jiri Pirko | 2015-05-13 | 1 | -4/+4 |
* | net: change name of flow_dissector header to match the .c file name | Jiri Pirko | 2015-05-13 | 1 | -1/+1 |
* | netfilter: Pass socket pointer down through okfn(). | David Miller | 2015-04-07 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-06 | 1 | -16/+0 |
|\ |
|
| * | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org | 2015-04-06 | 1 | -16/+0 |
* | | ipv4: hash net ptr into fragmentation bucket selection | Hannes Frederic Sowa | 2015-03-25 | 1 | -5/+7 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-02-05 | 1 | -1/+1 |
|\ |
|
| * | ipv4: tcp: get rid of ugly unicast_sock | Eric Dumazet | 2015-02-01 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-01-27 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | ipv4: try to cache dst_entries which would cause a redirect | Hannes Frederic Sowa | 2015-01-26 | 1 | -5/+6 |
* | | ip: Add offset parameter to ip_cmsg_recv | Tom Herbert | 2015-01-05 | 1 | -1/+6 |
|/ |
|
* | ipv4: rename ip_options_echo to __ip_options_echo() | Eric Dumazet | 2014-09-28 | 1 | -3/+12 |
* | icmp: add a global rate limitation | Eric Dumazet | 2014-09-23 | 1 | -0/+4 |
* | net/ipv4: bind ip_nonlocal_bind to current netns | Vincent Bernat | 2014-09-09 | 1 | -2/+0 |
* | net: add gro_compute_pseudo functions | Tom Herbert | 2014-08-24 | 1 | -0/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-07-30 | 1 | -10/+1 |
|\ |
|