summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-3/+3
2011-01-06net: add POLLPRI to sock_def_readable()Eric Dumazet1-1/+1
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-12/+35
2010-12-17net: fix nulls list corruptions in sk_prot_allocOctavian Purdila1-12/+35
2010-12-10net: optimize INET input path furtherEric Dumazet1-5/+6
2010-12-08net: Add missing lockdep class names for af_algMiloslav Trmač1-3/+3
2010-11-10net: avoid limits overflowEric Dumazet1-7/+7
2010-10-26net: add __rcu annotation to sk_filterEric Dumazet1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+4
2010-10-07net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney1-1/+4
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+4
2010-09-25net: fix a lockdep splatEric Dumazet1-4/+4
2010-09-10net/core: add lock context change annotations in net/core/sock.cNamhyung Kim1-0/+4
2010-07-20net: this_cpu_xxx conversionsEric Dumazet1-3/+2
2010-07-13net: sock_free() optimizationsEric Dumazet1-2/+3
2010-06-17net: Export cred_to_ucred to modules.David S. Miller1-0/+1
2010-06-17af_unix: Allow SO_PEERCRED to work across namespaces.Eric W. Biederman1-6/+12
2010-06-17sock: Introduce cred_to_ucredEric W. Biederman1-0/+14
2010-06-07net-caif: Added missing lock validator constantsAlex Lorca1-3/+3
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-0/+33
2010-05-24tun: Update classid on packet injectionHerbert Xu1-0/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu1-0/+18
2010-05-18net: add a noref bit on skb dstEric Dumazet1-0/+6
2010-05-16net: Introduce sk_route_nocapsEric Dumazet1-0/+1
2010-05-02net: sock_def_readable() and friends RCU conversionEric Dumazet1-19/+31
2010-04-28net: sk_add_backlog() take rmem_alloc into accountEric Dumazet1-1/+4
2010-04-21net: sk_sleep() helperEric Dumazet1-8/+8
2010-04-13net: sk_dst_cache RCUificationEric Dumazet1-4/+4
2010-03-08sock.c: potential null dereferenceDan Carpenter1-1/+2
2010-03-06net: backlog functions renameZhu Yi1-1/+1
2010-03-06net: add limit for socket backlogZhu Yi1-2/+14
2010-03-01Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+2
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney1-1/+2
2010-02-18net: use kasprintf() for socket cache namesAlexey Dobriyan1-8/+2
2010-01-18net: spread __net_init, __net_exitAlexey Dobriyan1-2/+2
2010-01-15net/core/sock.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2010-01-08tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila1-0/+4
2009-11-06net: Fix build warning in sock_bindtodevice().David S. Miller1-3/+2
2009-11-06net: sock_bindtodevice() RCU-ificationEric Dumazet1-4/+6
2009-10-21net: Fix for dst_negative_adviceKrishna Kumar1-0/+6
2009-10-21net: Introduce sk_tx_queue_mappingKrishna Kumar1-1/+4
2009-10-15net: sk_drops consolidationEric Dumazet1-8/+7
2009-10-13net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman1-1/+16
2009-10-01net: Fix sock_wfree() raceEric Dumazet1-7/+12
2009-10-01net: Make setsockopt() optlen be unsigned.David S. Miller1-4/+4
2009-09-22mm: replace various uses of num_physpages by totalram_pagesJan Beulich1-2/+2
2009-09-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-09-02net: sk_free() should be allowed right after sk_alloc()Jarek Poplawski1-1/+1
2009-08-06net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+5
2009-08-06net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+5