| Commit message (Expand) | Author | Age | Files | Lines |
* | net: Add variants of capable for use on on sockets | Eric W. Biederman | 2014-04-24 | 1 | -0/+5 |
* | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2014-04-11 | 1 | -1/+1 |
* | net: filter: move filter accounting to filter core | Daniel Borkmann | 2014-03-31 | 1 | -27/+0 |
* | net: Rename skb->rxhash to skb->hash | Tom Herbert | 2014-03-26 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-14 | 1 | -1/+5 |
|\ |
|
| * | tcp: tcp_release_cb() should release socket ownership | Eric Dumazet | 2014-03-11 | 1 | -0/+5 |
| * | net: Improve SO_TIMESTAMPING documentation and fix a minor code bug | Andrew Lutomirski | 2014-03-06 | 1 | -1/+0 |
* | | net: add a pre-check of net_ns in sk_change_net() | Gu Zheng | 2014-03-10 | 1 | -2/+6 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 2014-01-05 | 1 | -1/+1 |
|\ |
|
| * | net: netprio: rename config to be more consistent with cgroup configs | Daniel Borkmann | 2014-01-03 | 1 | -1/+1 |
* | | socket: cleanups | stephen hemminger | 2014-01-03 | 1 | -2/+0 |
* | | net, rps: fix build failure when CONFIG_RPS isn't set | Zhi Yong Wu | 2013-12-31 | 1 | -0/+4 |
* | | net: Allow setting sock flow hash without a sock | Tom Herbert | 2013-12-31 | 1 | -4/+14 |
|/ |
|
* | tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling. | Eric W. Biederman | 2013-12-05 | 1 | -4/+2 |
* | net: Dereference pointer-value of sk_prot->memory_pressure | Christoph Paasch | 2013-10-23 | 1 | -1/+1 |
* | net: remove function sk_reset_txq() | ZHAO Gang | 2013-10-22 | 1 | -3/+1 |
* | tcp_memcontrol: Kill struct tcp_memcontrol | Eric W. Biederman | 2013-10-21 | 1 | -14/+14 |
* | ipv6: make lookups simpler and faster | Eric Dumazet | 2013-10-09 | 1 | -0/+9 |
* | tcp/dccp: remove twchain | Eric Dumazet | 2013-10-08 | 1 | -1/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-10-08 | 1 | -4/+2 |
|\ |
|
| * | net: fix unsafe set_memory_rw from softirq | Alexei Starovoitov | 2013-10-07 | 1 | -4/+2 |
* | | udp: ipv4: Add udp early demux | Shawn Bohrer | 2013-10-08 | 1 | -1/+1 |
* | | inet: consolidate INET_TW_MATCH | Eric Dumazet | 2013-10-03 | 1 | -0/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-10-01 | 1 | -0/+5 |
|\ \
| |/ |
|
| * | vxlan: Use RCU apis to access sk_user_data. | Pravin B Shelar | 2013-09-30 | 1 | -0/+5 |
* | | net: add missing sk_max_pacing_rate doc | Eric Dumazet | 2013-09-30 | 1 | -0/+1 |
* | | net: introduce SO_MAX_PACING_RATE | Eric Dumazet | 2013-09-28 | 1 | -0/+1 |
* | | sock.h: Remove extern from function prototypes | Joe Perches | 2013-09-23 | 1 | -124/+99 |
|/ |
|
* | tcp: TSO packets automatic sizing | Eric Dumazet | 2013-08-29 | 1 | -0/+2 |
* | net: attempt high order allocations in sock_alloc_send_pskb() | Eric Dumazet | 2013-08-10 | 1 | -1/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-08-03 | 1 | -1/+1 |
|\ |
|
| * | net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL | Cong Wang | 2013-08-01 | 1 | -1/+1 |
* | | netem: Introduce skb_orphan_partial() helper | Eric Dumazet | 2013-07-31 | 1 | -0/+1 |
* | | tcp: TCP_NOTSENT_LOWAT socket option | Eric Dumazet | 2013-07-24 | 1 | -6/+13 |
* | | net: add sk_stream_is_writeable() helper | Eric Dumazet | 2013-07-24 | 1 | -0/+4 |
* | | net: Provide a generic socket error queue delivery method for Tx time stamps. | Richard Cochran | 2013-07-22 | 1 | -0/+2 |
|/ |
|
* | net: sock: fix TCP_SKB_MIN_TRUESIZE | Eric Dumazet | 2013-07-03 | 1 | -1/+1 |
* | net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUF | Daniel Borkmann | 2013-06-19 | 1 | -6/+9 |
* | net: add socket option for low latency polling | Eliezer Tamir | 2013-06-17 | 1 | -0/+2 |
* | net: add low latency socket poll | Eliezer Tamir | 2013-06-10 | 1 | -0/+4 |
* | ipv6: do not clear pinet6 field | Eric Dumazet | 2013-05-11 | 1 | -0/+12 |
* | net: sock: make sock_tx_timestamp void | Daniel Borkmann | 2013-04-14 | 1 | -3/+2 |
* | net: add option to enable error queue packets waking select | Keller, Jacob E | 2013-03-31 | 1 | -0/+1 |
* | hlist: drop the node parameter from iterators | Sasha Levin | 2013-02-27 | 1 | -11/+10 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into net | David S. Miller | 2013-02-18 | 1 | -1/+1 |
|\ |
|
| * | net: fix a compile error when SOCK_REFCNT_DEBUG is enabled | Ying Xue | 2013-02-18 | 1 | -1/+1 |
* | | net: add RCU annotation to sk_dst_cache field | Cong Wang | 2013-01-28 | 1 | -1/+1 |
* | | soreuseport: infrastructure | Tom Herbert | 2013-01-23 | 1 | -1/+4 |
* | | sk-filter: Add ability to lock a socket filter program | Vincent Bernat | 2013-01-17 | 1 | -0/+1 |
|/ |
|
* | netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabled | Li Zefan | 2012-12-26 | 1 | -1/+1 |