aboutsummaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2010-09-08udp: add rehash on connect()Eric Dumazet
2010-08-10net/sock.h: add missing kernel-doc notationRandy Dunlap
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-14net: fix problem in reading sock TX queueTom Herbert
2010-07-12inet, inet6: make tcp_sendmsg() and tcp_sendpage() through inet_sendmsg() and...Changli Gao
2010-06-16af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-02net: CONFIG_NET_NS reductionEric Dumazet
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet
2010-05-24sock.h: fix kernel-doc warningRandy Dunlap
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu
2010-05-17net: add a noref bit on skb dstEric Dumazet
2010-05-16net: Introduce sk_route_nocapsEric Dumazet
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-02net: fix compile error due to double return type in SOCK_DEBUGJan Engelhardt
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-30net: speedup sock_recv_ts_and_drops()Eric Dumazet
2010-04-28net: speedup udp receive pathEric Dumazet
2010-04-27net: sk_add_backlog() take rmem_alloc into accountEric Dumazet
2010-04-27net: Make RFS socket operations not be inet specific.David S. Miller
2010-04-27net: fix a lockdep rcu warning in __sk_dst_set()Eric Dumazet
2010-04-22dst: rcu check refinementEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-13net: sk_dst_cache RCUificationEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-08net: add __must_check to sk_add_backlogZhu Yi
2010-03-05net: backlog functions renameZhu Yi
2010-03-05net: add limit for socket backlogZhu Yi
2010-02-22packet: convert socket list to RCU (v3)stephen hemminger
2010-02-14net: Fix first line of kernel-doc for a few functionsBen Hutchings
2010-02-10net: add a wrapper sk_entry()Li Zefan
2009-11-08udp: secondary hash on (local port, local address)Eric Dumazet
2009-11-08udp: split sk_hash into two u16 hashesEric Dumazet
2009-10-20net: 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-11net: Fix struct sock bitfield annotationEric Dumazet
2009-10-06net: speedup sk_wake_async()Eric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-16net: sock_copy() fixesEric Dumazet
2009-07-09memory barrier: adding smp_mb__after_lockJiri Olsa
2009-07-09net: 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