summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: add __must_check to sk_add_backlogZhu Yi2010-03-081-1/+1
* net: backlog functions renameZhu Yi2010-03-051-3/+3
* net: add limit for socket backlogZhu Yi2010-03-051-1/+14
* packet: convert socket list to RCU (v3)stephen hemminger2010-02-231-0/+10
* net: Fix first line of kernel-doc for a few functionsBen Hutchings2010-02-151-1/+1
* net: add a wrapper sk_entry()Li Zefan2010-02-101-0/+5
* udp: secondary hash on (local port, local address)Eric Dumazet2009-11-091-2/+6
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-091-1/+5
* net: Introduce sk_tx_queue_mappingKrishna Kumar2009-10-211-0/+26
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-131-5/+5
|\
| * net: Fix struct sock bitfield annotationEric Dumazet2009-10-121-5/+5
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+3
* | net: speedup sk_wake_async()Eric Dumazet2009-10-071-1/+2
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-6/+6
* net: sock_copy() fixesEric Dumazet2009-07-171-13/+19
* memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-101-1/+4
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-101-0/+66
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-241-0/+2
|\
| * net: Move rx skb_orphan call to where neededHerbert Xu2009-06-241-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-06-181-0/+33
|\|
| * net: sk_wmem_alloc has initial value of one, not zeroEric Dumazet2009-06-171-0/+33
* | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/ve...Linus Torvalds2009-06-161-0/+2
|\ \ | |/ |/|
| * net: annotate struct sock bitfieldVegard Nossum2009-06-151-0/+2
* | net: No more expensive sock_hold()/sock_put() on each txEric Dumazet2009-06-111-1/+5
|/
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-1/+0Star
|\
| * net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-02-181-1/+0Star
* | net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly2009-02-161-3/+41
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-151-1/+1
|\|
| * net: don't use in_atomic() in gfp_any()Andrew Morton2009-02-131-1/+1
* | net: Reexport sock_alloc_send_pskbHerbert Xu2009-02-051-0/+5
|/
* net: Use a percpu_counter for orphan_countEric Dumazet2008-11-261-1/+1
* net: Use a percpu_counter for sockets_allocatedEric Dumazet2008-11-261-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-1/+1
|\
| * lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar2008-11-141-1/+1
* | udp: Use hlist_nulls in UDP RCU codeEric Dumazet2008-11-171-11/+46
* | net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan2008-11-131-0/+2
* | net: #ifdef ->sk_securityAlexey Dobriyan2008-11-041-0/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-311-1/+0Star
|\|
| * net: delete excess kernel-doc notationRandy Dunlap2008-10-311-1/+0Star
* | udp: introduce sk_for_each_rcu_safenext()Eric Dumazet2008-10-291-2/+2
* | udp: RCU handling for Unicast packets.Eric Dumazet2008-10-291-1/+36
* | udp: introduce struct udp_table and multiple spinlocksEric Dumazet2008-10-291-1/+1
* | net: reduce structures when XFRM=nAlexey Dobriyan2008-10-281-0/+2
|/
* net: wrap sk->sk_backlog_rcv()Peter Zijlstra2008-10-071-0/+5
* inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian2008-10-071-0/+12
* net: more #ifdef CONFIG_COMPATAlexey Dobriyan2008-08-281-0/+2
* sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov2008-07-171-2/+2
* net: Add sk_set_socket() helper.David S. Miller2008-06-181-2/+7