aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Remove bogus zero_it argument from sk_allocPavel Emelyanov2007-11-011-14/+9
* [NET]: Make the sk_clone() lighterPavel Emelyanov2007-11-011-1/+2
* [NET]: Move some core sock setup into sk_prot_allocPavel Emelyanov2007-11-011-15/+26
* [NET]: Auto-zero the allocated sock objectPavel Emelyanov2007-11-011-1/+3
* [NET]: Cleanup the allocation/freeing of the sock objectPavel Emelyanov2007-11-011-15/+29
* [NET]: Move the get_net() from sock_copy()Pavel Emelyanov2007-11-011-1/+1
* [NET]: Move the sock_copy() from the headerPavel Emelyanov2007-11-011-0/+14
* [NET]: Fix incorrect sg_mark_end() calls.David S. Miller2007-10-301-3/+13
* [NETNS]: fix net released by rcu callbackDaniel Lezcano2007-10-301-0/+2
* [NET]: Fix free_netdev on register_netdev failure.Daniel Lezcano2007-10-301-53/+59
* [NET]: Fix race between poll_napi() and net_rx_action()David S. Miller2007-10-292-10/+37
* [NETNS]: Fix get_net_ns_by_pidEric W. Biederman2007-10-261-1/+1
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-262-4/+4
* [NET]: Unexport sock_enable_timestamp().Adrian Bunk2007-10-261-1/+0
* [NET] dev_change_name: ignore changes to same nameStephen Hemminger2007-10-261-0/+3
* [NET_CLS_ACT]: Use skb_act_cloneJamal Hadi Salim2007-10-261-7/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Linus Torvalds2007-10-255-28/+24
|\
| * [NET]: Use BUILD_BUG_ON in net/core/flowi.cPavel Emelyanov2007-10-231-4/+1
| * [NET]: Remove in-code externs for some functions from net/core/dev.cPavel Emelyanov2007-10-233-4/+12
| * [NET]: Don't declare extern variables in net/core/sysctl_net_core.cPavel Emelyanov2007-10-231-15/+2
| * [NET]: Validate device addr prior to interface-upJeff Garzik2007-10-231-5/+9
* | SG: Change sg_set_page() to take length and offset argumentJens Axboe2007-10-241-6/+3
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-224-12/+13
|\
| * [NET]: Hide the queue_mapping field inside netif_subqueue_stoppedPavel Emelyanov2007-10-223-7/+7
| * [NET]: Use the skb_set_queue_mapping where appropriatePavel Emelyanov2007-10-222-5/+3
| * [ATM]: Fix clip module reload crash.Randy Dunlap2007-10-221-0/+3
* | Update net/ to use sg helpersJens Axboe2007-10-221-2/+2
|/
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-191-1/+2
|\
| * [NET]: Fix bug in sk_filter race cures.Olof Johansson2007-10-181-1/+2
* | Use helpers to obtain task pid in printksPavel Emelyanov2007-10-192-2/+2
* | remove asm/bitops.h includesJiri Slaby2007-10-192-2/+2
* | pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-1/+3
* | Make access to task's nsproxy lighterPavel Emelyanov2007-10-191-4/+4
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-183-25/+49
|\
| * [IPSEC]: Rename mode to outer_mode and add inner_modeHerbert Xu2007-10-171-1/+1
| * [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov2007-10-171-2/+21
| * [NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov2007-10-171-12/+11
| * [NET]: Move the filter releasing into a separate callPavel Emelyanov2007-10-172-3/+3
| * [NET]: Introduce the sk_detach_filter() callPavel Emelyanov2007-10-172-11/+17
* | sysctl: fix neighbour table sysctls.Eric W. Biederman2007-10-181-36/+39
|/
* [NEIGH]: Ensure that pneigh_lookup is protected with RTNLPavel Emelyanov2007-10-151-0/+2
* [NET]: Avoid copying TCP packets unnecessarilyHerbert Xu2007-10-151-11/+10
* [NET]: Fix csum_start update in pskb_expand_headHerbert Xu2007-10-151-1/+1
* [NET]: Avoid unnecessary cloning for ingress filteringHerbert Xu2007-10-151-28/+40
* [SKBUFF]: Add skb_morphHerbert Xu2007-10-151-30/+53
* [SKBUFF]: Merge common code between copy_skb_header and skb_cloneHerbert Xu2007-10-151-71/+45
* net core: fix kernel-doc for new function parametersRandy Dunlap2007-10-132-2/+12
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-10/+4