Commit Graph

153 Commits (eb5bd5e52a8eafb1ddb42f983d41f97552afa106)

Author SHA1 Message Date
Vegard Nossum a98b65a3ad net: annotate struct sock bitfield 16 years ago
Eric Dumazet 2b85a34e91 net: No more expensive sock_hold()/sock_put() on each tx 16 years ago
David S. Miller 92a0acce18 net: Kill skb_truesize_check(), it only catches false-positives. 16 years ago
Patrick Ohly 20d4947353 net: socket infrastructure for SO_TIMESTAMPING 16 years ago
Andrew Morton 9970937273 net: don't use in_atomic() in gfp_any() 16 years ago
Herbert Xu 4cc7f68d65 net: Reexport sock_alloc_send_pskb 16 years ago
Eric Dumazet dd24c00191 net: Use a percpu_counter for orphan_count 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Eric Dumazet 88ab1932ea udp: Use hlist_nulls in UDP RCU code 16 years ago
Ingo Molnar e8f6fbf62d lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c 16 years ago
Alexey Dobriyan 2378982487 net: ifdef struct sock::sk_async_wait_queue 16 years ago
Ingo Molnar e25cf3db56 lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.c 16 years ago
Alexey Dobriyan d5f642384e net: #ifdef ->sk_security 16 years ago
Randy Dunlap ad1d967c88 net: delete excess kernel-doc notation 17 years ago
Eric Dumazet 96631ed16c udp: introduce sk_for_each_rcu_safenext() 17 years ago
Eric Dumazet 271b72c7fa udp: RCU handling for Unicast packets. 17 years ago
Eric Dumazet 645ca708f9 udp: introduce struct udp_table and multiple spinlocks 17 years ago
Alexey Dobriyan def8b4faff net: reduce structures when XFRM=n 17 years ago
Peter Zijlstra c57943a1c9 net: wrap sk->sk_backlog_rcv() 17 years ago
KOVACS Krisztian 23542618de inet: Don't lookup the socket if there's a socket attached to the skb 17 years ago
Alexey Dobriyan af01d53746 net: more #ifdef CONFIG_COMPAT 17 years ago
Pavel Emelyanov 5c52ba170f sock: add net to prot->enter_memory_pressure callback 17 years ago
David S. Miller 972692e0db net: Add sk_set_socket() helper. 17 years ago
Eric Dumazet cb61cb9b8b udp: sk_drops handling 17 years ago
David S. Miller 338db08551 net: Kill SOCK_SLEEP_PRE and SOCK_SLEEP_POST, no users. 17 years ago
Brian Haley 7d06b2e053 net: change proto destroy method to return void 17 years ago
Denis V. Lunev 65a18ec58e [NETNS]: Add netns refcnt debug for kernel sockets. 17 years ago
Stephen Hemminger 43db6d65e0 socket: sk_filter deinline 17 years ago
Pavel Emelyanov c29a0bc4df [SOCK][NETNS]: Add a struct net argument to sock_prot_inuse_add and _get. 17 years ago
Pavel Emelyanov bdcde3d71a [SOCK]: Drop inuse pcounter from struct proto (v2). 17 years ago
Pavel Emelyanov 60e7663d46 [SOCK]: Drop per-proto inuse init and fre functions (v2). 17 years ago
Pavel Emelyanov 1338d466d9 [SOCK]: Introduce a percpu inuse counters array (v2). 17 years ago
Pavel Emelyanov 13ff3d6fa4 [SOCK]: Enumerate struct proto-s to facilitate percpu inuse accounting (v2). 17 years ago
Denis V. Lunev f5aa23fd49 [NETNS]: Compilation warnings under CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
Pavel Emelyanov fc8717baa8 [RAW]: Add raw_hashinfo member on struct proto. 17 years ago
Pavel Emelyanov 39d8cda76c [SOCK]: Add udp_hash member to struct proto. 17 years ago
Stephen Hemminger 4cd9029d25 socket: SOCK_DEBUG type checking 17 years ago
Peter P Waskiewicz Jr 82cc1a7a56 [NET]: Add per-connection option to set max TSO frame size 17 years ago
Denis V. Lunev edf0208702 [NET]: Make netlink_kernel_release publically available as sk_release_kernel. 17 years ago
Randy Dunlap 3172936341 net: fix kernel-doc warnings in header files 17 years ago
Arnaldo Carvalho de Melo ab1e0a13d7 [SOCK] proto: Add hashinfo member to struct proto 17 years ago
Laszlo Attila Toth 4a19ec5800 [NET]: Introducing socket mark socket option. 17 years ago
David S. Miller 9993e7d313 [TCP]: Do not purge sk_forward_alloc entirely in tcp_delack_timer(). 17 years ago
Eric Dumazet 65f7651788 [NET]: prot_inuse cleanups and optimizations 17 years ago
Hideo Aoki 3ab224be6d [NET] CORE: Introducing new memory accounting interface. 17 years ago
Eric Dumazet 21371f768b [SOCK] Avoid divides in sk_stream_pages() and __sk_stream_mem_reclaim() 17 years ago
Eric Dumazet 8df09ea3b8 [SOCK] Avoid integer divides where not necessary in include/net/sock.h 17 years ago
Harvey Harrison 41380930d2 [NET]: Remove FASTCALL macro 17 years ago
Pavel Emelyanov 33eb9cfc70 [NET]: Isolate the net/core/ sysctl table 17 years ago