summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [UDP]: Clean up UDP-Lite receive checksumHerbert Xu2007-04-251-2/+8
* [NET]: convert network timestamps to ktime_tEric Dumazet2007-04-252-22/+13
* [PKTGEN]: fix device name handlingStephen Hemminger2007-04-251-67/+70
* [PKTGEN]: don't use __constant_htonl()Stephen Hemminger2007-04-251-12/+12
* [PKTGEN]: use random32Stephen Hemminger2007-04-251-33/+19
* [PKTGEN]: use pr_debugStephen Hemminger2007-04-251-19/+15
* [NET]: Keep sk_backlog near sk_lockEric Dumazet2007-04-251-1/+1
* [NET]: Set a separate lockdep class for neighbour table's proxy_queuePavel Emelianov2007-04-171-1/+4
* [NET]: Fix UDP checksum issue in net poll mode.Aubrey.Li2007-04-171-0/+7
* [NET]: Get rid of alloc_skb_from_cacheHerbert Xu2007-04-171-55/+0
* [PKTGEN]: Add try_to_freeze()Andrew Morton2007-04-121-0/+3
* [PATCH] net: Ignore sysfs network device rename bugs.Eric W. Biederman2007-04-041-7/+4
* [NET]: Change "not found" return value for rule lookupSteven Whitehouse2007-04-021-1/+1
* [IFB]: Fix crash on input device removalPatrick McHardy2007-03-292-5/+5
* Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2007-03-282-33/+52
|\
| * [PATCH] WE-22 : prevent information leak on 64 bitJean Tourrilhes2007-03-272-33/+52
* | [NET_SCHED]: Fix ingress lockingPatrick McHardy2007-03-251-2/+2
* | [NET]: Fix neighbour destructor handling.Alexey Kuznetsov2007-03-251-4/+10
* | [NET]: Fix fib_rules compatibility breakageThomas Graf2007-03-251-0/+30
|/
* [NET]: fix up misplaced inlines.Dave Jones2007-03-221-1/+1
* [NET]: Fix fib_rules dump racePatrick McHardy2007-03-221-1/+1
* [NET]: Copy mac_len in skb_clone() as wellAlexey Dobriyan2007-03-161-0/+1
* [NET]: Fix compat_sock_common_getsockopt typo.Johannes Berg2007-03-061-1/+1
* [NET]: Fix kfree(skb)Patrick McHardy2007-02-281-1/+1
* Merge branch 'master' into upstreamJeff Garzik2007-02-177-8/+1
|\
| * [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
| * [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-147-7/+0
* | Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powe...Jeff Garzik2007-02-1722-277/+274
|\|
| * [PATCH] mark struct file_operations const 7Arjan van de Ven2007-02-126-10/+10
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2007-02-1122-262/+262
| |\
| | * [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-1022-262/+262
| * | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-112-5/+2
| |/
* | Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linvil...Jeff Garzik2007-02-091-2/+2
|\ \ | |/ |/|
| * [PATCH] Replace incorrect macro name "WIRELESS_EXT" with "CONFIG_WIRELESS_EXT"Robert P. J. Day2007-02-091-2/+2
* | [NET]: unregister_netdevice as voidStephen Hemminger2007-02-081-8/+5
* | [NET]: user of the jiffies rounding code: NetworkingArjan van de Ven2007-02-082-2/+12
* | [NETLINK]: Don't BUG on undersized allocationsPatrick McHardy2007-02-083-22/+39
* | Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-073-86/+97
|/
* [IPSEC] flow: Fix potential memory leakHerbert Xu2007-01-231-16/+10
* [PKTGEN]: Convert to kthread API.David S. Miller2007-01-031-108/+48
* [PATCH] netpoll: fix netpoll lockupIngo Molnar2006-12-121-2/+7
* [NETPOLL]: Fix local_bh_enable() warning.Andrew Morton2006-12-111-2/+4
* [NETPOLL]: Make sure TX lock is taken with BH disabled.Andrew Morton2006-12-111-15/+19
* [NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman2006-12-081-4/+10
* [NET]: Convert hh_lock to seqlock.Stephen Hemminger2006-12-081-5/+6
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-12-071-2/+2
|\
| * [NET]: Memory barrier cleanupsRalf Baechle2006-12-071-2/+2
* | [PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar2006-12-072-4/+0
* | [PATCH] lockdep: annotate nfs/nfsd in-kernel socketsPeter Zijlstra2006-12-071-18/+5
* | [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-073-6/+6