aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-6/+5
2007-07-11[NET_SCHED]: ematch: module autoloadingPatrick McHardy6-0/+22
2007-07-11[TCP]: tcp probe wraparound handling and other changesStephen Hemminger1-70/+124
2007-07-11[RTNETLINK]: rtnl_link: allow specifying initial device addressPatrick McHardy3-4/+20
2007-07-11[RTNETLINK]: rtnl_link API simplificationPatrick McHardy2-25/+14
2007-07-11[VLAN]: Fix MAC address handlingPatrick McHardy3-45/+56
2007-07-11[ETH]: Validate address in eth_mac_addrPatrick McHardy1-0/+3
2007-07-11Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller4-45/+169
2007-07-11[NET]: Fix races in net_rx_action vs netpoll.Olaf Kirch1-0/+8
2007-07-11I/OAT: warning fixAndrew Morton1-10/+16
2007-07-11I/OAT: Only offload copies for TCP when there will be a context switchChris Leech1-3/+7
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributesZhang Rui1-2/+3
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo2-4/+2
2007-07-11[AF_UNIX]: Rewrite garbage collector, fixes race.Miklos Szeredi2-143/+188
2007-07-10[NETFILTER]: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr dereference (CVE-2007-2876)Patrick McHardy1-1/+2
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter56-76/+76
2007-07-10[UDP]: Fix length check.Patrick McHardy1-7/+2
2007-07-10[IPV6]: Remove unneeded pointer idev from addrconf_cleanup().Micah Gruber1-2/+1
2007-07-10[IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.YOSHIFUJI Hideaki1-6/+2
2007-07-10[IPV6]: Do not send RH0 anymore.YOSHIFUJI Hideaki5-122/+2
2007-07-10[IPV6]: Restore semantics of Routing Header processing.YOSHIFUJI Hideaki1-31/+16
2007-07-10[NET_SCHED]: Make HTB scheduler work with TSO.Ranjit Manomohan1-10/+10
2007-07-11[Bluetooth] Add basics to better support and handle eSCO linksMarcel Holtmann3-35/+48
2007-07-10[NET]: Avoid copying writable clones in tunnel driversPatrick McHardy4-5/+8
2007-07-10[IPV4]: Make ip_tos2prio const.Philippe De Muyter1-1/+1
2007-07-10[NET]: Fix gen_estimator timer removal racePatrick McHardy1-1/+2
2007-07-10[NETPOLL]: Fix a leak-n-bug in netpoll_cleanup()Satyam Sharma1-1/+1
2007-07-10[RXRPC]: Remove Makefile reference to obsolete RXRPC config variableRobert P. J. Day1-1/+0
2007-07-10[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severityDan Aloni1-1/+1
2007-07-10[DCCP]: Make struct dccp_li_cachep static.Adrian Bunk1-1/+1
2007-07-10[NET]: "wrong timeout value in sk_wait_data()": cleanupsAndrew Morton1-1/+2
2007-07-10[NET]: Make some network-related proc files use seq_list_xxx helpersPavel Emelianov2-77/+10
2007-07-10[ATM] br2684: Use seq_list_xxx helpersPavel Emelianov1-18/+4
2007-07-10[NETFILTER]: x_tables: add more detail to error message about match/target mask mismatchBalazs Scheidler1-4/+5
2007-07-10[NETFILTER]: nf_queue: Use RCU and mutex for queue handlersYasuyuki Kozakai1-23/+29
2007-07-10[NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystemYasuyuki Kozakai2-4/+7
2007-07-10[NETFILTER]: Convert DEBUGP to pr_debugPatrick McHardy46-965/+655
2007-07-10[NETFILTER]: xt_helper: use RCUPatrick McHardy1-23/+8
2007-07-10[NETFILTER]: nf_conntrack_h323: turn some printks into DEBUGPsPatrick McHardy1-15/+10
2007-07-10[NETFILTER]: ipt_CLUSTERIP: add compat codePatrick McHardy1-19/+20
2007-07-10[NETFILTER]: ipt_SAME: add to feature-removal-schedulePatrick McHardy1-1/+1
2007-07-10[NETFILTER]: nf_conntrack: early_drop improvementPatrick McHardy1-7/+15
2007-07-10[NETFILTER]: nf_conntrack: mark helpers __read_mostlyPatrick McHardy2-4/+4
2007-07-10[NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpersPatrick McHardy1-13/+57
2007-07-10[NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysctPatrick McHardy2-1/+18
2007-07-10[NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation listPatrick McHardy4-36/+39
2007-07-10[NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation hashPatrick McHardy2-42/+58