aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-6/+1
|\
| * net: fix problem in reading sock TX queueTom Herbert2010-07-141-6/+1
* | inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao2010-07-121-0/+1
* | af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman2010-06-161-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-061-14/+1
|\ \ | |/
| * net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-311-14/+1
* | net: CONFIG_NET_NS reductionEric Dumazet2010-06-021-8/+2
|/
* net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-6/+14
* sock.h: fix kernel-doc warningRandy Dunlap2010-05-241-1/+1
* cls_cgroup: Store classid in struct sockHerbert Xu2010-05-241-1/+9
* net: add a noref bit on skb dstEric Dumazet2010-05-171-5/+8
* net: Introduce sk_route_nocapsEric Dumazet2010-05-161-0/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-021-1/+1
|\
| * net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt2010-05-021-1/+1
* | net: sock_def_readable() and friends RCU conversionEric Dumazet2010-05-011-19/+19
* | net: speedup sock_recv_ts_and_drops()Eric Dumazet2010-04-301-1/+18
* | net: speedup udp receive pathEric Dumazet2010-04-281-0/+10
* | net: sk_add_backlog() take rmem_alloc into accountEric Dumazet2010-04-271-2/+11
* | net: Make RFS socket operations not be inet specific.David S. Miller2010-04-271-0/+38
* | net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet2010-04-271-2/+5
* | dst: rcu check refinementEric Dumazet2010-04-221-1/+2
* | net: sk_sleep() helperEric Dumazet2010-04-201-3/+7
* | net: sk_dst_cache RCUificationEric Dumazet2010-04-131-17/+30
|/
* 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-221-0/+10
* net: Fix first line of kernel-doc for a few functionsBen Hutchings2010-02-141-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-081-2/+6
* udp: split sk_hash into two u16 hashesEric Dumazet2009-11-081-1/+5
* net: Introduce sk_tx_queue_mappingKrishna Kumar2009-10-201-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-111-5/+5
* | net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman2009-10-121-0/+3
* | net: speedup sk_wake_async()Eric Dumazet2009-10-061-1/+2
|/
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-09-301-6/+6
* net: sock_copy() fixesEric Dumazet2009-07-161-13/+19
* memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-091-1/+4
* net: adding memory barrier to the poll and receive callbacksJiri Olsa2009-07-091-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-231-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/+0
|\
| * net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller2009-02-171-1/+0