summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2009-11-09udp: secondary hash on (local port, local address)Eric Dumazet
2009-11-09udp: split sk_hash into two u16 hashesEric Dumazet
2009-10-21net: Introduce sk_tx_queue_mappingKrishna Kumar
2009-10-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-10-12net: Fix struct sock bitfield annotationEric Dumazet
2009-10-07net: speedup sk_wake_async()Eric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-17net: sock_copy() fixesEric Dumazet
2009-07-10memory barrier: adding smp_mb__after_lockJiri Olsa
2009-07-10net: 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-18net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller
2009-02-16net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-13net: don't use in_atomic() in gfp_any()Andrew Morton
2009-02-05net: Reexport sock_alloc_send_pskbHerbert Xu
2008-11-26net: Use a percpu_counter for orphan_countEric Dumazet
2008-11-26net: Use a percpu_counter for sockets_allocatedEric Dumazet
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-17udp: Use hlist_nulls in UDP RCU codeEric Dumazet
2008-11-14lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar
2008-11-13net: 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-31net: 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-17sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov
2008-06-18net: Add sk_set_socket() helper.David S. Miller
2008-06-18udp: sk_drops handlingEric Dumazet
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller
2008-06-15net: 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-04-01[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