summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-16net: avoid sk_forward_alloc overflowsEric Dumazet1-0/+10
2017-03-16net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2017-03-16net/sock: Add sock_efree() functionBen Hutchings1-0/+1
2017-02-23dccp: limit sk_filter trim to payloadWillem de Bruijn1-2/+7
2017-02-23net: Add __sock_queue_rcv_skb()Ben Hutchings1-0/+1
2016-01-23net: fix warnings in 'make htmldocs' by moving macro definition out of field ...Hannes Frederic Sowa1-1/+1
2015-12-30net: add validation for the socket syscall protocol argumentHannes Frederic Sowa1-0/+1
2015-12-30sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner1-0/+2
2015-02-20Revert "tcp: Apply device TSO segment limit earlier"Ben Hutchings1-2/+0
2013-05-30ipv6: do not clear pinet6 fieldEric Dumazet1-0/+12
2012-09-19tcp: Apply device TSO segment limit earlierBen Hutchings1-0/+2
2011-12-23net: relax rcvbuf limitsEric Dumazet1-1/+3
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-11-01treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-11-01include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker1-1/+1
2011-08-18rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert1-3/+12
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2011-07-09rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-2/+1
2011-07-07sock.h: Add a new sock zero-copy flagShirley Ma1-0/+1
2011-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2011-06-28treewide: fix kernel-doc warningsVitaliy Ivanov1-1/+0
2011-06-28Fix some kernel-doc warningsVitaliy Ivanov1-1/+0
2011-06-07net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2011-04-07net: fix skb_add_data_nocache() to calc csum correctlyWei Yongjun1-7/+8
2011-04-05net: Allow no-cache copy from user on transmitTom Herbert1-0/+53
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
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