aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-0/+12
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-021-0/+2
* Fix some kernel-doc warningsVitaliy Ivanov2011-06-271-1/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | net: fix skb_add_data_nocache() to calc csum correctlyWei Yongjun2011-04-061-7/+8
* | net: Allow no-cache copy from user on transmitTom Herbert2011-04-041-0/+53
|/
* net: add __rcu annotations to sk_wq and wqEric Dumazet2011-02-221-3/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-311-0/+2
|\
| * net: Add compat ioctl support for the ipv4 multicast ioctl SIOCGETSGCNTEric W. Biederman2011-01-301-0/+2
* | net: filter: dont block softirqs in sk_run_filter()Eric Dumazet2011-01-181-1/+1
|/
* net/sock.h: make some fields private to fix kernel-doc warning(s)Randy Dunlap2011-01-091-0/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-0/+3
|\
| * net: fix nulls list corruptions in sk_prot_allocOctavian Purdila2010-12-161-0/+3
* | net: optimize INET input path furtherEric Dumazet2010-12-091-13/+24
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-1/+3
|\ \ | |/
| * filter: fix sk_filter rcu handlingEric Dumazet2010-12-061-1/+3
* | net: kill unused macros from head fileShan Wei2010-12-021-3/+0
* | net: reorder struct sock fieldsEric Dumazet2010-11-161-24/+31
* | udp: use atomic_inc_not_zero_hintEric Dumazet2010-11-161-1/+1
|/
* net: avoid limits overflowEric Dumazet2010-11-101-2/+2
* net: add __rcu annotation to sk_filterEric Dumazet2010-10-251-1/+1
* net: update SOCK_MIN_RCVBUFEric Dumazet2010-09-261-1/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-091-0/+1
|\
| * udp: add rehash on connect()Eric Dumazet2010-09-081-0/+1
* | net: simplify flags for tx timestampingOliver Hartkopp2010-08-191-6/+2
|/
* net/sock.h: add missing kernel-doc notationRandy Dunlap2010-08-101-1/+3
* 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
|/