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