summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Fix wrong comments for unregister_net*Wang Chen2007-12-111-4/+2
* [SKBUFF]: Free old skb properly in skb_morphHerbert Xu2007-11-261-13/+18
* [PKTGEN]: Fix double unlock of xfrm_state->lockPavel Emelyanov2007-11-191-2/+0
* [INET]: Fix potential kfree on vmalloc-ed area of request_sock_queuePavel Emelyanov2007-11-151-0/+35
* [NET]: Remove notifier block from chain when register_netdevice_notifier failsPavel Emelyanov2007-11-141-0/+2
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-132-4/+4
* [NET]: Cleanup pernet operation without CONFIG_NET_NSDenis V. Lunev2007-11-131-0/+18
* [NET]: Unexport sysctl_{r,w}mem_max.Adrian Bunk2007-11-121-4/+0
* [INET]: Small possible memory leak in FIB rulesDenis V. Lunev2007-11-101-0/+22
* [NETNS]: init dev_base_lock only onceAlexey Dobriyan2007-11-101-1/+0
* [NET]: Fix infinite loop in dev_mc_unsync().Joe Perches2007-11-101-7/+7
* [NET]: Clean proto_(un)register from in-code ifdefsPavel Emelyanov2007-11-071-28/+39
* [NETNS]: Fix compiler error in net_namespace.cJohann Felix Soden2007-11-071-14/+14
* [NET]: Removing duplicit #includesJiri Olsa2007-11-071-1/+0
* [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA ...Eric Dumazet2007-11-071-1/+47
* [NET]: Remove /proc/net/stat/*_arp_cache upon module removalAlexey Dobriyan2007-11-071-0/+2
* [SG] Get rid of __sg_mark_end()Jens Axboe2007-11-021-1/+1
* [NET]: docbook fixes for netif_ functionsStephen Hemminger2007-11-011-3/+15
* [NET]: Hide the net_ns kmem cachePavel Emelyanov2007-11-011-2/+4
* [NET]: Mark the setup_net as __net_initPavel Emelyanov2007-11-011-1/+1
* [NET]: Hide the dead code in the net_namespace.cPavel Emelyanov2007-11-011-63/+68
* [NETNS]: Make the init/exit hooks checks outside the loopPavel Emelyanov2007-11-011-12/+11
* [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
|/