aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert2014-05-231-2/+4
* net: Add variants of capable for use on on socketsEric W. Biederman2014-04-241-0/+5
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-1/+1
* net: filter: move filter accounting to filter coreDaniel Borkmann2014-03-311-27/+0
* net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-1/+5
|\
| * tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-111-0/+5
| * net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski2014-03-061-1/+0
* | net: add a pre-check of net_ns in sk_change_net()Gu Zheng2014-03-101-2/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-01-051-1/+1
|\
| * net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann2014-01-031-1/+1
* | socket: cleanupsstephen hemminger2014-01-031-2/+0
* | net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu2013-12-311-0/+4
* | net: Allow setting sock flow hash without a sockTom Herbert2013-12-311-4/+14
|/
* tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-051-4/+2
* net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch2013-10-231-1/+1
* net: remove function sk_reset_txq()ZHAO Gang2013-10-221-3/+1
* tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2013-10-211-14/+14
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-0/+9
* tcp/dccp: remove twchainEric Dumazet2013-10-081-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-081-4/+2
|\
| * net: fix unsafe set_memory_rw from softirqAlexei Starovoitov2013-10-071-4/+2
* | udp: ipv4: Add udp early demuxShawn Bohrer2013-10-081-1/+1
* | inet: consolidate INET_TW_MATCHEric Dumazet2013-10-031-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-011-0/+5
|\|
| * vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar2013-09-301-0/+5
* | net: add missing sk_max_pacing_rate docEric Dumazet2013-09-301-0/+1
* | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-281-0/+1
* | sock.h: Remove extern from function prototypesJoe Perches2013-09-231-124/+99
|/
* tcp: TSO packets automatic sizingEric Dumazet2013-08-291-0/+2
* net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-101-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-1/+1
|\
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-011-1/+1
* | netem: Introduce skb_orphan_partial() helperEric Dumazet2013-07-311-0/+1
* | tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet2013-07-241-6/+13
* | net: add sk_stream_is_writeable() helperEric Dumazet2013-07-241-0/+4
* | net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran2013-07-221-0/+2
|/
* net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet2013-07-031-1/+1
* net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann2013-06-191-6/+9
* net: add socket option for low latency pollingEliezer Tamir2013-06-171-0/+2
* net: add low latency socket pollEliezer Tamir2013-06-101-0/+4
* ipv6: do not clear pinet6 fieldEric Dumazet2013-05-111-0/+12
* net: sock: make sock_tx_timestamp voidDaniel Borkmann2013-04-141-3/+2
* net: add option to enable error queue packets waking selectKeller, Jacob E2013-03-311-0/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-11/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller2013-02-181-1/+1
|\
| * net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue2013-02-181-1/+1
* | net: add RCU annotation to sk_dst_cache fieldCong Wang2013-01-281-1/+1
* | soreuseport: infrastructureTom Herbert2013-01-231-1/+4
* | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+1
|/