summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann
2014-03-26net: Rename skb->rxhash to skb->hashTom Herbert
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-10net: add a pre-check of net_ns in sk_change_net()Gu Zheng
2014-03-06net: Improve SO_TIMESTAMPING documentation and fix a minor code bugAndrew Lutomirski
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-01-03socket: cleanupsstephen hemminger
2014-01-03net: netprio: rename config to be more consistent with cgroup configsDaniel Borkmann
2013-12-31net, rps: fix build failure when CONFIG_RPS isn't setZhi Yong Wu
2013-12-31net: Allow setting sock flow hash without a sockTom Herbert
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman
2013-10-23net: Dereference pointer-value of sk_prot->memory_pressureChristoph Paasch
2013-10-22net: remove function sk_reset_txq()ZHAO Gang
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08tcp/dccp: remove twchainEric Dumazet
2013-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-08udp: ipv4: Add udp early demuxShawn Bohrer
2013-10-07net: fix unsafe set_memory_rw from softirqAlexei Starovoitov
2013-10-03inet: consolidate INET_TW_MATCHEric Dumazet
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-09-30net: add missing sk_max_pacing_rate docEric Dumazet
2013-09-30vxlan: Use RCU apis to access sk_user_data.Pravin B Shelar
2013-09-28net: introduce SO_MAX_PACING_RATEEric Dumazet
2013-09-23sock.h: Remove extern from function prototypesJoe Perches
2013-08-29tcp: TSO packets automatic sizingEric Dumazet
2013-08-10net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang
2013-07-31netem: Introduce skb_orphan_partial() helperEric Dumazet
2013-07-24tcp: TCP_NOTSENT_LOWAT socket optionEric Dumazet
2013-07-24net: add sk_stream_is_writeable() helperEric Dumazet
2013-07-22net: Provide a generic socket error queue delivery method for Tx time stamps.Richard Cochran
2013-07-03net: sock: fix TCP_SKB_MIN_TRUESIZEEric Dumazet
2013-06-19net: sock: adapt SOCK_MIN_RCVBUF and SOCK_MIN_SNDBUFDaniel Borkmann
2013-06-17net: add socket option for low latency pollingEliezer Tamir
2013-06-10net: add low latency socket pollEliezer Tamir
2013-05-11ipv6: do not clear pinet6 fieldEric Dumazet
2013-04-14net: sock: make sock_tx_timestamp voidDaniel Borkmann
2013-03-31net: add option to enable error queue packets waking selectKeller, Jacob E
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-18net: fix a compile error when SOCK_REFCNT_DEBUG is enabledYing Xue
2013-01-28net: add RCU annotation to sk_dst_cache fieldCong Wang
2013-01-23soreuseport: infrastructureTom Herbert
2013-01-17sk-filter: Add ability to lock a socket filter programVincent Bernat
2012-12-26netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabledLi Zefan
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds