summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2009-07-17net: sock_copy() fixesEric Dumazet1-13/+19
2009-07-10memory barrier: adding smp_mb__after_lockJiri Olsa1-1/+4
2009-07-10net: adding memory barrier to the poll and receive callbacksJiri Olsa1-0/+66
2009-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+2
2009-06-24net: Move rx skb_orphan call to where neededHerbert Xu1-0/+2
2009-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+33
2009-06-17net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet1-0/+33
2009-06-17Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds1-0/+2
2009-06-15net: annotate struct sock bitfieldVegard Nossum1-0/+2
2009-06-11net: No more expensive sock_hold()/sock_put() on each txEric Dumazet1-1/+5
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+0
2009-02-18net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller1-1/+0
2009-02-16net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-3/+41
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-13net: don't use in_atomic() in gfp_any()Andrew Morton1-1/+1
2009-02-05net: Reexport sock_alloc_send_pskbHerbert Xu1-0/+5
2008-11-26net: Use a percpu_counter for orphan_countEric Dumazet1-1/+1
2008-11-26net: Use a percpu_counter for sockets_allocatedEric Dumazet1-1/+1
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-17udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-11/+46
2008-11-14lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-1/+1
2008-11-13net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan1-0/+2
2008-11-05net: #ifdef ->sk_securityAlexey Dobriyan1-0/+2
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2008-10-31net: delete excess kernel-doc notationRandy Dunlap1-1/+0
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet1-2/+2
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet1-1/+36
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet1-1/+1
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-0/+2
2008-10-08net: wrap sk->sk_backlog_rcv()Peter Zijlstra1-0/+5
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian1-0/+12
2008-08-28net: more #ifdef CONFIG_COMPATAlexey Dobriyan1-0/+2
2008-07-17sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-2/+2
2008-06-18net: Add sk_set_socket() helper.David S. Miller1-2/+7
2008-06-18udp: sk_drops handlingEric Dumazet1-1/+1
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller1-24/+0
2008-06-15net: change proto destroy method to return voidBrian Haley1-1/+1
2008-04-16[NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev1-1/+1
2008-04-10socket: sk_filter deinlineStephen Hemminger1-35/+0
2008-04-01[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov1-3/+4
2008-03-29[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov1-6/+0
2008-03-29[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov1-18/+0
2008-03-29[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov1-8/+5
2008-03-29[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov1-0/+1
2008-03-26[NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev1-1/+1
2008-03-25[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+22
2008-03-23[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov1-0/+2
2008-03-23[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov1-1/+4
2008-03-22socket: SOCK_DEBUG type checkingStephen Hemminger1-1/+5
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr1-0/+2