aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-04-25[WIRELESS]: use ARRAY_SIZE()Stephen Hemminger1-4/+2
2007-04-25[NET] core: whitespace cleanupStephen Hemminger5-519/+514
2007-04-25[NET]: Replace CONFIG_NET_DEBUG with sysctl.Stephen Hemminger2-0/+10
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet1-0/+16
2007-04-25[NET] CORE: Use htons() where appropriate.YOSHIFUJI Hideaki1-1/+1
2007-04-25[UDP]: Clean up UDP-Lite receive checksumHerbert Xu1-2/+8
2007-04-25[NET]: convert network timestamps to ktime_tEric Dumazet2-22/+13
2007-04-25[PKTGEN]: fix device name handlingStephen Hemminger1-67/+70
2007-04-25[PKTGEN]: don't use __constant_htonl()Stephen Hemminger1-12/+12
2007-04-25[PKTGEN]: use random32Stephen Hemminger1-33/+19
2007-04-25[PKTGEN]: use pr_debugStephen Hemminger1-19/+15
2007-04-25[NET]: Keep sk_backlog near sk_lockEric Dumazet1-1/+1
2007-04-17[NET]: Set a separate lockdep class for neighbour table's proxy_queuePavel Emelianov1-1/+4
2007-04-17[NET]: Fix UDP checksum issue in net poll mode.Aubrey.Li1-0/+7
2007-04-17[NET]: Get rid of alloc_skb_from_cacheHerbert Xu1-55/+0
2007-04-12[PKTGEN]: Add try_to_freeze()Andrew Morton1-0/+3
2007-04-04[PATCH] net: Ignore sysfs network device rename bugs.Eric W. Biederman1-7/+4
2007-04-02[NET]: Change "not found" return value for rule lookupSteven Whitehouse1-1/+1
2007-03-29[IFB]: Fix crash on input device removalPatrick McHardy2-5/+5
2007-03-28Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik2-33/+52
2007-03-27[PATCH] WE-22 : prevent information leak on 64 bitJean Tourrilhes2-33/+52
2007-03-25[NET_SCHED]: Fix ingress lockingPatrick McHardy1-2/+2
2007-03-25[NET]: Fix neighbour destructor handling.Alexey Kuznetsov1-4/+10
2007-03-25[NET]: Fix fib_rules compatibility breakageThomas Graf1-0/+30
2007-03-22[NET]: fix up misplaced inlines.Dave Jones1-1/+1
2007-03-22[NET]: Fix fib_rules dump racePatrick McHardy1-1/+1
2007-03-16[NET]: Copy mac_len in skb_clone() as wellAlexey Dobriyan1-0/+1
2007-03-06[NET]: Fix compat_sock_common_getsockopt typo.Johannes Berg1-1/+1
2007-02-28[NET]: Fix kfree(skb)Patrick McHardy1-1/+1
2007-02-17Merge branch 'master' into upstreamJeff Garzik7-8/+1
2007-02-17Merge branch 'gfar' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into upstreamJeff Garzik22-277/+274
2007-02-14[PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau7-7/+0
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven6-10/+10
2007-02-11Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-262/+262
2007-02-11[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2-5/+2
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki22-262/+262
2007-02-09Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstreamJeff Garzik1-2/+2
2007-02-09[PATCH] Replace incorrect macro name "WIRELESS_EXT" with "CONFIG_WIRELESS_EXT"Robert P. J. Day1-2/+2
2007-02-08[NET]: unregister_netdevice as voidStephen Hemminger1-8/+5
2007-02-08[NET]: user of the jiffies rounding code: NetworkingArjan van de Ven2-2/+12
2007-02-08[NETLINK]: Don't BUG on undersized allocationsPatrick McHardy3-22/+39
2007-02-07Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman3-86/+97
2007-01-23[IPSEC] flow: Fix potential memory leakHerbert Xu1-16/+10
2007-01-03[PKTGEN]: Convert to kthread API.David S. Miller1-108/+48
2006-12-12[PATCH] netpoll: fix netpoll lockupIngo Molnar1-2/+7
2006-12-11[NETPOLL]: Fix local_bh_enable() warning.Andrew Morton1-2/+4
2006-12-11[NETPOLL]: Make sure TX lock is taken with BH disabled.Andrew Morton1-15/+19
2006-12-08[NETPOLL]: make arp replies through netpoll use mac address of senderNeil Horman1-4/+10
2006-12-08[NET]: Convert hh_lock to seqlock.Stephen Hemminger1-5/+6