Commit Graph

1193 Commits (f430e49e9e0cf821c090abedb399b80ebf0cb4c6)

Author SHA1 Message Date
Pavel Emelyanov 8fd1d178a3 [NET]: Make the sk_clone() lighter 18 years ago
Pavel Emelyanov 2e4afe7b35 [NET]: Move some core sock setup into sk_prot_alloc 18 years ago
Pavel Emelyanov 3f0666ee30 [NET]: Auto-zero the allocated sock object 18 years ago
Pavel Emelyanov c308c1b20e [NET]: Cleanup the allocation/freeing of the sock object 18 years ago
Pavel Emelyanov 1e2e6b89f1 [NET]: Move the get_net() from sock_copy() 18 years ago
Pavel Emelyanov f1a6c4da14 [NET]: Move the sock_copy() from the header 18 years ago
David S. Miller 51c739d1f4 [NET]: Fix incorrect sg_mark_end() calls. 18 years ago
Daniel Lezcano 310928d963 [NETNS]: fix net released by rcu callback 18 years ago
Daniel Lezcano 93ee31f14f [NET]: Fix free_netdev on register_netdev failure. 18 years ago
David S. Miller 0a7606c121 [NET]: Fix race between poll_napi() and net_rx_action() 18 years ago
Eric W. Biederman ceaa79c434 [NETNS]: Fix get_net_ns_by_pid 18 years ago
Eric W. Biederman 2b008b0a8e [NET]: Marking struct pernet_operations __net_initdata was inappropriate 18 years ago
Adrian Bunk bbbb1a812d [NET]: Unexport sock_enable_timestamp(). 18 years ago
Stephen Hemminger c8d90dca32 [NET] dev_change_name: ignore changes to same name 18 years ago
Jamal Hadi Salim a057ae3c10 [NET_CLS_ACT]: Use skb_act_clone 18 years ago
Jens Axboe 642f149031 SG: Change sg_set_page() to take length and offset argument 18 years ago
Pavel Emelyanov f0fe91ded3 [NET]: Use BUILD_BUG_ON in net/core/flowi.c 18 years ago
Pavel Emelyanov 342709efc7 [NET]: Remove in-code externs for some functions from net/core/dev.c 18 years ago
Pavel Emelyanov a37ae4086e [NET]: Don't declare extern variables in net/core/sysctl_net_core.c 18 years ago
Jeff Garzik bada339ba2 [NET]: Validate device addr prior to interface-up 18 years ago
Jens Axboe fa05f1286b Update net/ to use sg helpers 18 years ago
Pavel Emelyanov 668f895a85 [NET]: Hide the queue_mapping field inside netif_subqueue_stopped 18 years ago
Pavel Emelyanov dfa4091129 [NET]: Use the skb_set_queue_mapping where appropriate 18 years ago
Randy Dunlap bfb85c9f75 [ATM]: Fix clip module reload crash. 18 years ago
Jan Engelhardt 96de0e252c Convert files to UTF-8 and some cleanups 18 years ago
Pavel Emelyanov ba25f9dcc4 Use helpers to obtain task pid in printks 18 years ago
Jiri Slaby 1977f03272 remove asm/bitops.h includes 18 years ago
Pavel Emelyanov b488893a39 pid namespaces: changes to show virtual ids to user 18 years ago
Pavel Emelyanov cf7b708c8d Make access to task's nsproxy lighter 18 years ago
Olof Johansson 9b013e05e0 [NET]: Fix bug in sk_filter race cures. 18 years ago
Eric W. Biederman d12af679bc sysctl: fix neighbour table sysctls. 18 years ago
Herbert Xu 13996378e6 [IPSEC]: Rename mode to outer_mode and add inner_mode 18 years ago
Pavel Emelyanov 47e958eac2 [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone() 18 years ago
Pavel Emelyanov d3904b7399 [NET]: Cleanup the error path in sk_attach_filter 18 years ago
Pavel Emelyanov 309dd5fc87 [NET]: Move the filter releasing into a separate call 18 years ago
Pavel Emelyanov 55b333253d [NET]: Introduce the sk_detach_filter() call 18 years ago
Pavel Emelyanov 4ae289444b [NEIGH]: Ensure that pneigh_lookup is protected with RTNL 18 years ago
Herbert Xu a030847e9f [NET]: Avoid copying TCP packets unnecessarily 18 years ago
Herbert Xu 172a863f2b [NET]: Fix csum_start update in pskb_expand_head 18 years ago
Herbert Xu f697c3e8b3 [NET]: Avoid unnecessary cloning for ingress filtering 18 years ago
Herbert Xu e0053ec07e [SKBUFF]: Add skb_morph 18 years ago
Herbert Xu dec18810c5 [SKBUFF]: Merge common code between copy_skb_header and skb_clone 18 years ago
Randy Dunlap c4ea43c552 net core: fix kernel-doc for new function parameters 18 years ago
Kay Sievers 7eff2e7a8b Driver core: change add_uevent_var to use a struct 18 years ago
Denis V. Lunev cd40b7d398 [NET]: make netlink user -> kernel interface synchronious 18 years ago
Denis V. Lunev 1536cc0d55 [NET]: rtnl_unlock cleanups 18 years ago
Pavel Emelyanov 9b77265235 [NET]: Remove double dev->flags checking when calling dev_close() 18 years ago
Pavel Emelyanov 32f0c4cbe4 [NETNS]: Don't memset() netns to zero manually 18 years ago
Pavel Emelyanov 4665079cbb [NETNS]: Move some code into __init section when CONFIG_NET_NS=n 18 years ago
Jeff Garzik 14e3e07979 [NET]: split dev_ifsioc() according to locking 18 years ago