summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-3/+4
2011-02-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman1-0/+2
2011-01-19net: filter: dont block softirqs in sk_run_filter()Eric Dumazet1-1/+1
2011-01-10net/sock.h: make some fields private to fix kernel-doc warning(s)Randy Dunlap1-0/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+3
2010-12-17net: fix nulls list corruptions in sk_prot_allocOctavian Purdila1-0/+3
2010-12-10net: optimize INET input path furtherEric Dumazet1-13/+24
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet1-1/+3
2010-12-03net: kill unused macros from head fileShan Wei1-3/+0
2010-11-16net: reorder struct sock fieldsEric Dumazet1-24/+31
2010-11-16udp: use atomic_inc_not_zero_hintEric Dumazet1-1/+1
2010-11-10net: avoid limits overflowEric Dumazet1-2/+2
2010-10-26net: add __rcu annotation to sk_filterEric Dumazet1-1/+1
2010-09-27net: update SOCK_MIN_RCVBUFEric Dumazet1-1/+5
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-09-09udp: add rehash on connect()Eric Dumazet1-0/+1
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp1-6/+2
2010-08-10net/sock.h: add missing kernel-doc notationRandy Dunlap1-1/+3
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-6/+1
2010-07-15net: fix problem in reading sock TX queueTom Herbert1-6/+1
2010-07-13inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao1-0/+1
2010-06-17af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman1-1/+2
2010-06-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-14/+1
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet1-8/+2
2010-06-01net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-14/+1
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-6/+14
2010-05-25sock.h: fix kernel-doc warningRandy Dunlap1-1/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu1-1/+9
2010-05-18net: add a noref bit on skb dstEric Dumazet1-5/+8
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-0/+8
2010-05-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2010-05-03net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt1-1/+1
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-19/+19
2010-05-01net: speedup sock_recv_ts_and_drops()Eric Dumazet1-1/+18
2010-04-29net: speedup udp receive pathEric Dumazet1-0/+10
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-2/+11
2010-04-28net: Make RFS socket operations not be inet specific.David S. Miller1-0/+38
2010-04-27net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet1-2/+5
2010-04-23dst: rcu check refinementEric Dumazet1-1/+2
2010-04-21net: sk_sleep() helperEric Dumazet1-3/+7
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-17/+30
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08net: add __must_check to sk_add_backlogZhu Yi1-1/+1
2010-03-06net: backlog functions renameZhu Yi1-3/+3
2010-03-06net: add limit for socket backlogZhu Yi1-1/+14
2010-02-23packet: convert socket list to RCU (v3)stephen hemminger1-0/+10
2010-02-15net: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-02-10net: add a wrapper sk_entry()Li Zefan1-0/+5