aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-02net: fix sparse warning in sk_dst_set()Eric Dumazet1-1/+1
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-6/+6
2014-06-25ipv4: fix dst race in sk_dst_get()Eric Dumazet1-2/+2
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-2/+4
2014-04-24net: Add variants of capable for use on on socketsEric W. Biederman1-0/+5
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller1-1/+1
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann1-27/+0
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert1-2/+2
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+5
2014-03-10net: add a pre-check of net_ns in sk_change_net()Gu Zheng1-2/+6
2014-03-06net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski1-1/+0
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-01-03socket: cleanupsstephen hemminger1-2/+0
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann1-1/+1
2013-12-31net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu1-0/+4
2013-12-31net: Allow setting sock flow hash without a sockTom Herbert1-4/+14
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman1-4/+2
2013-10-23net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch1-1/+1
2013-10-22net: remove function sk_reset_txq()ZHAO Gang1-3/+1
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-14/+14
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet1-0/+9
2013-10-08tcp/dccp: remove twchainEric Dumazet1-1/+7
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer1-1/+1
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov1-4/+2
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet1-0/+4
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2013-09-30net: add missing sk_max_pacing_rate docEric Dumazet1-0/+1
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar1-0/+5
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet1-0/+1
2013-09-23sock.h: Remove extern from function prototypesJoe Perches1-124/+99
2013-08-29tcp: TSO packets automatic sizingEric Dumazet1-0/+2
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet1-1/+2
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang1-1/+1
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet1-0/+1
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet1-6/+13
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet1-0/+4
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran1-0/+2
2013-07-03net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet1-1/+1
2013-06-19net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann1-6/+9
2013-06-17net: add socket option for low latency pollingEliezer Tamir1-0/+2
2013-06-10net: add low latency socket pollEliezer Tamir1-0/+4
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann1-3/+2
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E1-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-11/+10
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller1-1/+1
2013-02-18net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue1-1/+1