summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2012-01-26net: explicitly add jump_label.h header to sock.hGlauber Costa
2012-01-22net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa
2012-01-22net: fix socket memcg build with !CONFIG_NETGlauber Costa
2012-01-22kernel-doc: fix new warning in net/sock.hRandy Dunlap
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-23net: relax rcvbuf limitsEric Dumazet
2011-12-16net: fix compilation with !CONFIG_NETGlauber Costa
2011-12-13net: fix build error if CONFIG_CGROUPS=nEric Dumazet
2011-12-12tcp memory pressure controlsGlauber Costa
2011-12-12socket: initial cgroup code.Glauber Costa
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa
2011-11-22net: add network priority cgroup infrastructure (v4)Neil Horman
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-09net: add wireless TX status socket optionJohannes Berg
2011-11-08net: rename sk_clone to sk_clone_lockEric Dumazet
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches
2011-10-31include: replace linux/module.h with "struct module" wherever possiblePaul Gortmaker
2011-08-17rps: Add flag to skb to indicate rxhash is based on L4 tupleTom Herbert
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