aboutsummaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2012-04-30net: fix sk_sockets_allocated_read_positiveEric Dumazet
2012-04-17net/sock.h: fix sk_peek_off kernel-doc warningRandy Dunlap
2012-03-23poll: add poll_requested_events() and poll_does_not_wait() functionsHans Verkuil
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-02-24net: Add framework to allow sending packets with customized CRC.Ben Greear
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar
2012-02-21sock: Introduce the SO_PEEK_OFF sock optionPavel Emelyanov
2012-02-14security: trim security.hAl Viro
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
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