summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-06-233-27/+317
|\
| * [NET]: fix net-core kernel-docRandy Dunlap2006-06-231-2/+2
| * [NET]: Added GSO toggleHerbert Xu2006-06-231-0/+29
| * [NET]: Add software TSOv4Herbert Xu2006-06-231-0/+126
| * [NET]: Add generic segmentation offloadHerbert Xu2006-06-231-5/+122
| * [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-7/+9
| * [NET]: Prevent transmission after dev_deactivateHerbert Xu2006-06-231-3/+3
| * [NET]: Avoid allocating skb in skb_padHerbert Xu2006-06-231-10/+26
* | [PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2006-06-232-6/+5Star
|/
* [ETHTOOL]: Fix UFO typoHerbert Xu2006-06-181-1/+2
* [NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUMHerbert Xu2006-06-182-8/+4Star
* [NET]: Warn in __skb_trim if skb is pagedHerbert Xu2006-06-181-5/+2Star
* [NET]: Clean up skb_linearizeHerbert Xu2006-06-181-61/+2Star
* [NET]: Add netif_tx_lockHerbert Xu2006-06-184-29/+24Star
* [SECMARK]: Add secmark support to core networking.James Morris2006-06-181-1/+2
* [I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech2006-06-181-0/+4
* [I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech2006-06-181-0/+6
* [I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2006-06-182-0/+128
* [I/OAT]: Setup the networking subsystem as a DMA clientChris Leech2006-06-181-0/+104
* [NET]: dev.c comment fixesStephen Hemminger2006-05-261-9/+11
* [NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley2006-05-121-2/+19
* [NET]: Do sysfs registration as part of register_netdevice.Stephen Hemminger2006-05-101-36/+27Star
* [NET] linkwatch: Handle jiffies wrap-aroundHerbert Xu2006-05-101-5/+5
* [NET]: Make netdev_chain a raw notifier.Alan Stern2006-05-101-18/+18
* [NET]: Create netdev attribute_groups with class_device_addStephen Hemminger2006-05-072-38/+13Star
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-212-1/+10
|\
| * [PATCH] wext: Fix RtNetlink ENCODE security permissionsJean Tourrilhes2006-04-191-0/+8
| * [PATCH] wext: Fix IWENCODEEXT security permissionsJean Tourrilhes2006-04-191-1/+2
* | [NET]: Add skb->truesize assertion checking.David S. Miller2006-04-202-0/+9
|/
* unaligned access in sk_run_filter()Dmitry Mishin2006-04-191-2/+3
* [PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki2006-04-114-6/+6
* [NET]: Fix hotplug race during device registration.Sergey Vlasov2006-04-101-1/+1
* [NET]: More kzalloc conversions.Andrew Morton2006-04-105-22/+8Star
* [NET] kzalloc: use in alloc_netdevPaolo 'Blaisorblade' Giarrusso2006-04-101-2/+1Star
* [NET]: Fix an off-by-21-or-49 error.Adrian Bunk2006-04-101-1/+1
* [NET]: add SO_RCVBUF commentAndrew Morton2006-03-311-1/+15
* [NET]: Deinline some larger functions from netdevice.hDenis Vlasenko2006-03-301-0/+64
* [NET]: deinline 200+ byte inlines in sock.hDenis Vlasenko2006-03-291-0/+93
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-271-1/+1
|\
| * [NET]: drop duplicate assignment in request_sockNorbert Kiesel2006-03-271-1/+1
* | [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-19/+23
|/
* Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2006-03-251-0/+7
|\
| * [PATCH] promiscuous modeSteve Grubb2006-03-201-0/+7
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-252-3/+9
|\ \
| * | [NET]: Take RTNL when unregistering notifierHerbert Xu2006-03-251-1/+6
| * | [NET]: Ensure device name passed to SO_BINDTODEVICE is NULL terminated.David S. Miller2006-03-251-2/+3
* | | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notificationsDavide Libenzi2006-03-251-0/+2
* | | [PATCH] slab: implement /proc/slab_allocatorsAl Viro2006-03-251-1/+1
|/ /
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-03-242-89/+920
|\ \
| * | [PATCH] WE-20 for kernel 2.6.16Jean Tourrilhes2006-03-232-89/+920