summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2009-10-11net: Fix struct sock bitfield annotationEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-16net: sock_copy() fixesEric Dumazet
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-23net: Move rx skb_orphan call to where neededHerbert Xu
2009-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet
2009-06-16Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds
2009-06-15net: annotate struct sock bitfieldVegard Nossum
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-12net: don't use in_atomic() in gfp_any()Andrew Morton
2009-02-04net: Reexport sock_alloc_send_pskbHerbert Xu
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar
2008-11-12net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan
2008-11-04net: #ifdef ->sk_securityAlexey Dobriyan
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-30net: delete excess kernel-doc notationRandy Dunlap
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian
2008-08-28net: more #ifdef CONFIG_COMPATAlexey Dobriyan
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-06-17net: Add sk_set_socket() helper.David S. Miller
2008-06-17udp: sk_drops handlingEric Dumazet
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller
2008-06-14net: change proto destroy method to return voidBrian Haley
2008-04-16[NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev
2008-04-10socket: sk_filter deinlineStephen Hemminger
2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov
2008-03-28[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov
2008-03-28[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov
2008-03-28[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov
2008-03-26[NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-03-22[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov
2008-03-22[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov