| Commit message (Expand) | Author | Age |
* | net: remove inet6_reqsk_alloc | Octavian Purdila | 2014-06-27 |
* | net: support marking accepting TCP sockets | Lorenzo Colitti | 2014-05-13 |
* | inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once | Hannes Frederic Sowa | 2013-10-19 |
* | ipv4: split inet_ehashfn to hash functions per compilation unit | Hannes Frederic Sowa | 2013-10-19 |
* | inet: rename ir_loc_port to ir_num | Eric Dumazet | 2013-10-10 |
* | inet: includes a sock_common in request_sock | Eric Dumazet | 2013-10-10 |
* | inet: consolidate INET_TW_MATCH | Eric Dumazet | 2013-10-03 |
* | ipv4: processing ancillary IP_TOS or IP_TTL | Francesco Fusco | 2013-09-28 |
* | inet*.h: Remove extern from function prototypes | Joe Perches | 2013-09-21 |
* | ipv4: remove is_data also from ip_options documentation. | Rami Rosen | 2013-06-12 |
* | ipv6: use a stronger hash for tcp | Eric Dumazet | 2013-02-21 |
* | net: move inet_dport/inet_num in sock_common | Eric Dumazet | 2012-11-30 |
* | net: use a per task frag allocator | Eric Dumazet | 2012-09-24 |
* | net: ipv6: fix TCP early demux | Eric Dumazet | 2012-08-06 |
* | ipv4: Restore old dst_free() behavior. | Eric Dumazet | 2012-07-31 |
* | net: ipv4: fix RCU races on dst refcounts | Eric Dumazet | 2012-07-30 |
* | ipv4: Prepare for change of rt->rt_iif encoding. | David S. Miller | 2012-07-23 |
* | inet: Kill FLOWI_FLAG_PRECOW_METRICS. | David S. Miller | 2012-07-11 |
* | net: implement IP_RECVTOS for IP_PKTOPTIONS | Jiri Benc | 2012-02-13 |
* | ipv4: Implement IP_UNICAST_IF socket option. | Erich E. Hoover | 2012-02-08 |
* | net: use IS_ENABLED(CONFIG_IPV6) | Eric Dumazet | 2011-12-11 |
* | ipv4: Save nexthop address of LSRR/SSRR option to IPCB. | Li Wei | 2011-11-23 |
* | ipv4: route non-local sources for raw socket | Julian Anastasov | 2011-08-08 |
* | inet: Decrease overhead of on-stack inet_cork. | David S. Miller | 2011-05-06 |
* | inet: add RCU protection to inet->opt | Eric Dumazet | 2011-04-28 |
* | inet: Remove explicit write references to sk/inet in ip_append_data | Herbert Xu | 2011-03-01 |
* | net: Pre-COW metrics for TCP. | David S. Miller | 2011-01-28 |
* | net: optimize INET input path further | Eric Dumazet | 2010-12-09 |
* | igmp: RCU conversion of in_dev->mc_list | Eric Dumazet | 2010-11-12 |
* | net - IP_NODEFRAG option for IPv4 socket | Jiri Olsa | 2010-06-23 |
* | net: Make RFS socket operations not be inet specific. | David S. Miller | 2010-04-27 |
* | rps: inet_rps_save_rxhash() argument is not const | Eric Dumazet | 2010-04-27 |
* | rfs: Receive Flow Steering | Tom Herbert | 2010-04-16 |
* | tcp: Generalized TTL Security Mechanism | Stephen Hemminger | 2010-01-11 |
* | inet: rename some inet_sock fields | Eric Dumazet | 2009-10-18 |
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve... | Linus Torvalds | 2009-06-16 |
|\ |
|
| * | net: annotate bitfields in struct inet_sock | Vegard Nossum | 2009-06-15 |
* | | ipv4: New multicast-all socket option | Nivedita Singhvi | 2009-06-02 |
|/ |
|
* | tcp: Port redirection support for TCP | KOVACS Krisztian | 2008-10-01 |
* | tcp: Handle TCP SYN+ACK/ACK/RST transparency | KOVACS Krisztian | 2008-10-01 |
* | ipv4: Make inet_sock.h independent of route.h | KOVACS Krisztian | 2008-10-01 |
* | ipv4: Implement IP_TRANSPARENT socket option | KOVACS Krisztian | 2008-10-01 |
* | netns: introduce the net_hash_mix "salt" for hashes | Pavel Emelyanov | 2008-06-16 |
* | inet: add struct net argument to inet_ehashfn | Pavel Emelyanov | 2008-06-16 |
* | inet{6}_request_sock: Init ->opt and ->pktopts in the constructor | Arnaldo Carvalho de Melo | 2008-06-10 |
* | [IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. | YOSHIFUJI Hideaki | 2008-03-24 |
* | [IPV4]: Remove unused ip_options->is_data. | Denis V. Lunev | 2008-03-22 |
* | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts | Eric Dumazet | 2008-03-05 |
* | [TCP]: Improve ipv4 established hash function. | David S. Miller | 2008-03-04 |
* | [UDP]: Make use of inet_iif() when doing socket lookups. | Vlad Yasevich | 2007-10-25 |