aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAge
* [NET]: docbook fixes for netif_ functionsStephen Hemminger2007-11-01
* [NET]: Hide the net_ns kmem cachePavel Emelyanov2007-11-01
* [NET]: Mark the setup_net as __net_initPavel Emelyanov2007-11-01
* [NET]: Hide the dead code in the net_namespace.cPavel Emelyanov2007-11-01
* [NETNS]: Make the init/exit hooks checks outside the loopPavel Emelyanov2007-11-01
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-01
* [NET]: Remove bogus zero_it argument from sk_allocPavel Emelyanov2007-11-01
* [NET]: Make the sk_clone() lighterPavel Emelyanov2007-11-01
* [NET]: Move some core sock setup into sk_prot_allocPavel Emelyanov2007-11-01
* [NET]: Auto-zero the allocated sock objectPavel Emelyanov2007-11-01
* [NET]: Cleanup the allocation/freeing of the sock objectPavel Emelyanov2007-11-01
* [NET]: Move the get_net() from sock_copy()Pavel Emelyanov2007-11-01
* [NET]: Move the sock_copy() from the headerPavel Emelyanov2007-11-01
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-31
* [NETNS]: fix net released by rcu callbackDaniel Lezcano2007-10-31
* [NET]: Fix free_netdev on register_netdev failure.Daniel Lezcano2007-10-31
* [NET]: Fix race between poll_napi() and net_rx_action()David S. Miller2007-10-30
* [NETNS]: Fix get_net_ns_by_pidEric W. Biederman2007-10-27
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-27
* [NET]: Unexport sock_enable_timestamp().Adrian Bunk2007-10-26
* [NET] dev_change_name: ignore changes to same nameStephen Hemminger2007-10-26
* [NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim2007-10-26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-25
|\
| * [NET]: Use BUILD_BUG_ON in net/core/flowi.cPavel Emelyanov2007-10-24
| * [NET]: Remove in-code externs for some functions from net/core/dev.cPavel Emelyanov2007-10-24
| * [NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov2007-10-24
| * [NET]: Validate device addr prior to interface-upJeff Garzik2007-10-24
* | SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-24
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-22
|\
| * [NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov2007-10-22
| * [NET]: Use the skb_set_queue_mapping where appropriatePavel Emelyanov2007-10-22
| * [ATM]: Fix clip module reload crash.Randy Dunlap2007-10-22
* | Update net/ to use sg helpersJens Axboe2007-10-22
|/
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-19
|\
| * [NET]: Fix bug in sk_filter race cures.Olof Johansson2007-10-19
* | Use helpers to obtain task pid in printksPavel Emelyanov2007-10-19
* | remove asm/bitops.h includesJiri Slaby2007-10-19
* | pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-19
* | Make access to task's nsproxy lighterPavel Emelyanov2007-10-19
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-18
|\
| * [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-18
| * [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov2007-10-18
| * [NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov2007-10-18
| * [NET]: Move the filter releasing into a separate callPavel Emelyanov2007-10-18
| * [NET]: Introduce the sk_detach_filter() callPavel Emelyanov2007-10-18
* | sysctl: fix neighbour table sysctls.Eric W. Biederman2007-10-18
|/
* [NEIGH]: Ensure that pneigh_lookup is protected with RTNLPavel Emelyanov2007-10-15
* [NET]: Avoid copying TCP packets unnecessarilyHerbert Xu2007-10-15
* [NET]: Fix csum_start update in pskb_expand_headHerbert Xu2007-10-15