aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+0
2009-02-17net: Kill skb_truesize_check(), it only catches false-positives.David S. Miller1-1/+0
2009-02-15net: socket infrastructure for SO_TIMESTAMPINGPatrick Ohly1-3/+41
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-02-12net: don't use in_atomic() in gfp_any()Andrew Morton1-1/+1
2009-02-04net: Reexport sock_alloc_send_pskbHerbert Xu1-0/+5
2008-11-25net: Use a percpu_counter for orphan_countEric Dumazet1-1/+1
2008-11-25net: Use a percpu_counter for sockets_allocatedEric Dumazet1-1/+1
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet1-11/+46
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-1/+1
2008-11-12net: ifdef struct sock::sk_async_wait_queueAlexey Dobriyan1-0/+2
2008-11-04net: #ifdef ->sk_securityAlexey Dobriyan1-0/+2
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2008-10-30net: delete excess kernel-doc notationRandy Dunlap1-1/+0
2008-10-29udp: introduce sk_for_each_rcu_safenext()Eric Dumazet1-2/+2
2008-10-29udp: RCU handling for Unicast packets.Eric Dumazet1-1/+36
2008-10-29udp: introduce struct udp_table and multiple spinlocksEric Dumazet1-1/+1
2008-10-28net: reduce structures when XFRM=nAlexey Dobriyan1-0/+2
2008-10-07net: wrap sk->sk_backlog_rcv()Peter Zijlstra1-0/+5
2008-10-07inet: Don't lookup the socket if there's a socket attached to the skbKOVACS Krisztian1-0/+12
2008-08-28net: more #ifdef CONFIG_COMPATAlexey Dobriyan1-0/+2
2008-07-16sock: add net to prot->enter_memory_pressure callbackPavel Emelyanov1-2/+2
2008-06-17net: Add sk_set_socket() helper.David S. Miller1-2/+7
2008-06-17udp: sk_drops handlingEric Dumazet1-1/+1
2008-06-17net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users.David S. Miller1-24/+0
2008-06-14net: change proto destroy method to return voidBrian Haley1-1/+1
2008-04-16[NETNS]: Add netns refcnt debug for kernel sockets.Denis V. Lunev1-1/+1
2008-04-10socket: sk_filter deinlineStephen Hemminger1-35/+0
2008-03-31[SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get.Pavel Emelyanov1-3/+4
2008-03-28[SOCK]: Drop inuse pcounter from struct proto (v2).Pavel Emelyanov1-6/+0
2008-03-28[SOCK]: Drop per-proto inuse init and fre functions (v2).Pavel Emelyanov1-18/+0
2008-03-28[SOCK]: Introduce a percpu inuse counters array (v2).Pavel Emelyanov1-8/+5
2008-03-28[SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2).Pavel Emelyanov1-0/+1
2008-03-26[NETNS]: Compilation warnings under CONFIG_NET_NS.Denis V. Lunev1-1/+1
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+22
2008-03-22[RAW]: Add raw_hashinfo member on struct proto.Pavel Emelyanov1-0/+2
2008-03-22[SOCK]: Add udp_hash member to struct proto.Pavel Emelyanov1-1/+4
2008-03-21socket: SOCK_DEBUG type checkingStephen Hemminger1-1/+5
2008-03-21[NET]: Add per-connection option to set max TSO frame sizePeter P Waskiewicz Jr1-0/+2
2008-02-29[NET]: Make netlink_kernel_release publically available as sk_release_kernel.Denis V. Lunev1-0/+13
2008-02-18net: fix kernel-doc warnings in header filesRandy Dunlap1-0/+1
2008-02-03[SOCK] proto: Add hashinfo member to struct protoArnaldo Carvalho de Melo1-0/+3
2008-01-31[NET]: Introducing socket mark socket option.Laszlo Attila Toth1-0/+2
2008-01-28[TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer().David S. Miller1-0/+8
2008-01-28[NET]: prot_inuse cleanups and optimizationsEric Dumazet1-10/+30
2008-01-28[NET] CORE: Introducing new memory accounting interface.Hideo Aoki1-41/+57
2008-01-28[SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim()Eric Dumazet1-1/+2
2008-01-28[SOCK] Avoid integer divides where not necessary in include/net/sock.hEric Dumazet1-3/+3
2008-01-28[NET]: Remove FASTCALL macroHarvey Harrison1-2/+2