summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko
2011-07-07sock.h: Add a new sock zero-copy flagShirley Ma
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-28treewide: fix kernel-doc warningsVitaliy Ivanov
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-06net: fix skb_add_data_nocache() to calc csum correctlyWei Yongjun
2011-04-04net: Allow no-cache copy from user on transmitTom Herbert
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet
2011-01-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-30net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman
2011-01-18net: filter: dont block softirqs in sk_run_filter()Eric Dumazet
2011-01-09net/sock.h: make some fields private to fix kernel-doc warning(s)Randy Dunlap
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila
2010-12-09net: optimize INET input path furtherEric Dumazet
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-06filter: fix sk_filter rcu handlingEric Dumazet
2010-12-02net: kill unused macros from head fileShan Wei
2010-11-16net: reorder struct sock fieldsEric Dumazet
2010-11-16udp: use atomic_inc_not_zero_hintEric Dumazet
2010-11-10net: avoid limits overflowEric Dumazet
2010-10-25net: add __rcu annotation to sk_filterEric Dumazet
2010-09-26net: update SOCK_MIN_RCVBUFEric Dumazet
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-08udp: add rehash on connect()Eric Dumazet
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp
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