aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki5-4/+6
2007-07-17mm: clean up and kernelify shrinker registrationRusty Russell1-5/+6
2007-07-16Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-1/+4
2007-07-16Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstreamJeff Garzik1-1/+4
2007-07-16Revert "[NET]: Fix races in net_rx_action vs netpoll."Linus Torvalds1-8/+0
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-4/+0
2007-07-16O_CLOEXEC for SCM_RIGHTSUlrich Drepper3-5/+5
2007-07-16authgss build fixAndrew Morton1-0/+1
2007-07-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds58-1226/+1993
2007-07-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds13-0/+4215
2007-07-15fallout from constified seq_operationsAl Viro1-1/+1
2007-07-15[TCP]: Verify the presence of RETRANS bit when leaving FRTOIlpo Järvinen1-1/+3
2007-07-15[IPV6]: Call inet6addr_chain notifiers on link downVlad Yasevich1-0/+1
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy12-365/+37
2007-07-15[NET_SCHED]: act_api: qdisc internal reclassify supportPatrick McHardy4-50/+69
2007-07-15[NET_SCHED]: sch_dsmark: act_api supportPatrick McHardy1-16/+25
2007-07-15[NET_SCHED]: sch_atm: act_api supportPatrick McHardy1-7/+14
2007-07-15[NET_SCHED]: sch_atm: LindentPatrick McHardy1-236/+232
2007-07-14[IPV6]: MSG_ERRQUEUE messages do not pass to connected raw socketsDmitry Butskoy1-1/+1
2007-07-14[IPV4]: Cleanup call to __neigh_lookup()Jean Delvare1-1/+1
2007-07-14[NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimizationPatrick McHardy1-5/+1
2007-07-14[NETFILTER]: nf_conntrack: UDPLITE supportPatrick McHardy3-0/+277
2007-07-14[NETFILTER]: nf_conntrack: mark protocols __read_mostlyPatrick McHardy10-16/+13
2007-07-14[NETFILTER]: x_tables: add connlimit matchJan Engelhardt3-0/+321
2007-07-14[NETFILTER]: Lower *tables printk severityPatrick McHardy3-4/+4
2007-07-14[NETFILTER]: nf_conntrack: Don't track locally generated special ICMP errorYasuyuki Kozakai1-17/+5
2007-07-14[NETFILTER]: nf_conntrack: Introduces nf_ct_get_tuplepr and uses itYasuyuki Kozakai3-59/+45
2007-07-14[NETFILTER]: nf_conntrack: make l3proto->prepare() generic and renames itYasuyuki Kozakai4-26/+36
2007-07-14[NETFILTER]: nf_conntrack: Increment error count on parsing IPv4 headerYasuyuki Kozakai2-2/+2
2007-07-14[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan1-0/+12
2007-07-14[AF_IUCV]: Add lock when updating accept_qUrsula Braun1-2/+14
2007-07-14[AF_IUCV]: Avoid deadlock between iucv_path_connect and tasklet.Ursula Braun1-1/+4
2007-07-14[AF_IUCV]: Improve description of IUCV and AFIUCV configuration options.Jennifer Hunt1-4/+4
2007-07-14[INET_SOCK]: make net/ipv4/inet_timewait_sock.c:__inet_twsk_kill() staticAdrian Bunk1-3/+2
2007-07-14Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller11-312/+778
2007-07-14[TCP]: tcp probe add back ssthresh fieldStephen Hemminger1-0/+1
2007-07-14[VLAN]: Fix memset lengthPatrick McHardy1-1/+1
2007-07-14[NET]: Add macvlan driverPatrick McHardy1-0/+26
2007-07-14[VLAN]: Use multicast list synchronization helpersPatrick McHardy1-129/+2
2007-07-14[VLAN]: Fix promiscous/allmulti synchronization racesPatrick McHardy3-18/+22
2007-07-14[NET]: dev_mcast: add multicast list synchronization helpersPatrick McHardy1-0/+75
2007-07-14[NET]: Add net_device change_rx_mode callbackPatrick McHardy1-1/+16
2007-07-14[RFKILL]: fix net/rfkill/rfkill-input.c bug on 64-bit systemsIngo Molnar1-1/+1
2007-07-149p: fix a race condition bug in umount which caused a segfaultEric Van Hensbergen1-3/+3
2007-07-14net/9p: set error to EREMOTEIO if trans->write returns zeroLatchesar Ionkov1-1/+5
2007-07-14net/9p: change net/9p module name to 9pnetLatchesar Ionkov1-3/+3
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov13-0/+4211
2007-07-13Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds14-660/+980
2007-07-13Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iopLinus Torvalds2-42/+96
2007-07-13dmaengine: make clients responsible for managing channelsDan Williams1-34/+78