summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_statsAndrey Borzenkov2006-01-101-9/+19
* [NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn2006-01-092-16/+8Star
* [NET]: Endian-annotate in_aton()Alexey Dobriyan2006-01-061-1/+1
* [PKTGEN]: Adds missing __init.Luiz Capitulino2006-01-061-3/+2Star
* [NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn2006-01-061-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-051-51/+25Star
|\
| * [PATCH] net: swich device attribute creation to default attrsKay Sievers2006-01-051-47/+21Star
| * [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-051-4/+4
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-052-2/+3
|\ \
| * | Merge branch 'master'Jeff Garzik2006-01-031-2/+2
| |\|
| * | Merge branch 'master'Jeff Garzik2005-12-122-2/+3
| |\ \
| * \ \ Merge branch 'master'Jeff Garzik2005-11-291-2/+4
| |\ \ \
| * | | | [PATCH] net: make dev_valid_name publicMitch Williams2005-11-131-1/+2
| * | | | [PATCH] net: allow newline terminated IP addresses in in_atonMitch Williams2005-11-131-1/+1
* | | | | [NET]: More instruction checks fornet/core/filter.cKris Katterjohn2006-01-041-32/+80
* | | | | [NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig2006-01-031-1/+0Star
* | | | | [NET]: Speed up __alloc_skb()Benjamin LaHaise2006-01-031-14/+13Star
* | | | | [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* | | | | [PKTGEN]: Deinitialise static variables.Jaco Kroon2006-01-031-3/+3
* | | | | [TWSK]: Introduce struct timewait_sock_opsArnaldo Carvalho de Melo2006-01-031-10/+11
* | | | | [NET]: Avoid atomic xchg() for non-error caseBenjamin LaHaise2006-01-031-3/+7
* | | | | [IP]: Simplify and consolidate MSG_PEEK error handlingHerbert Xu2006-01-031-0/+36
* | | | | [LSM-IPSec]: Security association restriction.Trent Jaeger2006-01-031-2/+6
| |_|_|/ |/| | |
* | | | [NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller2005-12-271-2/+2
| |_|/ |/| |
* | | [NET]: Fix NULL pointer deref in checksum debugging.Stephen Hemminger2005-12-091-1/+2
* | | [NET]: make function pointer argument parseable by kernel-docMartin Waitz2005-12-051-1/+1
| |/ |/|
* | [NET]: Reject socket filter if division by constant zero is attempted.Kris Katterjohn2005-11-201-2/+4
|/
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-103-10/+41
* [RTNETLINK]: Use generic netlink receive queue processorThomas Graf2005-11-101-70/+5Star
* [NETLINK]: Make netlink_callback->done() optionalThomas Graf2005-11-101-7/+1Star
* [NETFILTER]: Add nf_conntrack subsystem.Yasuyuki Kozakai2005-11-101-0/+15
* [NET]: kfree cleanupJesper Juhl2005-11-082-4/+2Star
* [NET]: Fix race condition in sk_stream_wait_connectHerbert Xu2005-11-061-6/+6
* [NET]: Fix zero-size datagram receptionHerbert Xu2005-11-031-0/+4
* [IPv4/IPv6]: UFO Scatter-gather approachAnanda Raju2005-10-283-0/+142
* Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6.15Linus Torvalds2005-10-283-281/+232Star
|\
| * [SK_BUFF] kernel-doc: fix skbuff warningsRandy Dunlap2005-10-261-0/+2
| * [PKTGEN]: proc interface revisionStephen Hemminger2005-10-261-257/+215Star
| * [PKTGEN]: Spelling and white spaceStephen Hemminger2005-10-261-12/+12
| * [PKTGEN]: Use kzallocStephen Hemminger2005-10-261-5/+2Star
| * [PKTGEN]: Sleeping function called under lockStephen Hemminger2005-10-261-3/+3
| * [NET]: Wider use of for_each_*cpu()John Hawkes2005-10-262-8/+2Star
* | [PATCH] gfp_t: net/*Al Viro2005-10-281-1/+1
* | [PATCH] kill massive wireless-related log spamJeff Garzik2005-10-261-2/+7
|/
* [NEIGH] Fix timer leak in neigh_changeaddrHerbert Xu2005-10-231-30/+13Star
* [NEIGH] Fix add_timer race in neigh_add_timerHerbert Xu2005-10-231-2/+2
* [NEIGH] Print stack trace in neigh_add_timerHerbert Xu2005-10-231-0/+1
* [SK_BUFF]: ipvs_property field must be copiedJulian Anastasov2005-10-221-0/+6
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-093-13/+13
* [IPV4]: Get rid of bogus __in_put_dev in pktgenHerbert Xu2005-10-031-1/+0Star