summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar1-3/+3
2012-01-27net: explicitly add jump_label.h header to sock.hGlauber Costa1-0/+1
2012-01-23net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa1-6/+4
2012-01-23net: fix socket memcg build with !CONFIG_NETGlauber Costa1-1/+1
2012-01-23kernel-doc: fix new warning in net/sock.hRandy Dunlap1-0/+1
2011-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2011-12-23net: relax rcvbuf limitsEric Dumazet1-1/+3
2011-12-17net: fix compilation with !CONFIG_NETGlauber Costa1-0/+12
2011-12-13net: fix build error if CONFIG_CGROUPS=nEric Dumazet1-0/+2
2011-12-13tcp memory pressure controlsGlauber Costa1-0/+2
2011-12-13socket: initial cgroup code.Glauber Costa1-6/+150
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa1-1/+95
2011-11-23net: add network priority cgroup infrastructure (v4)Neil Horman1-0/+3
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+6
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-3/+3
2011-11-10net: add wireless TX status socket optionJohannes Berg1-0/+6
2011-11-09net: rename sk_clone to sk_clone_lockEric Dumazet1-2/+2
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