aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2007-07-10[NETFILTER]: nf_conntrack_expect: convert proc functions to hashPatrick McHardy2-47/+121
2007-07-10[NETFILTER]: nf_conntrack: use hashtable for expectationsPatrick McHardy1-6/+66
2007-07-10[NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_expect.cPatrick McHardy3-22/+57
2007-07-10[NETFILTER]: nf_conntrack_netlink: sync expectation dumping with conntrack table dumpingPatrick McHardy1-7/+25
2007-07-10[NETFILTER]: nf_conntrack_expect: avoid useless list walkingPatrick McHardy1-10/+3
2007-07-10[NETFILTER]: nf_conntrack: reduce masks to a subset of tuplesPatrick McHardy13-90/+24
2007-07-10[NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_initPatrick McHardy1-30/+6
2007-07-10[NETFILTER]: nf_conntrack_expect: function naming unificationPatrick McHardy22-235/+228
2007-07-10[NETFILTER]: nf_nat: use hlists for bysource hashPatrick McHardy1-10/+11
2007-07-10[NETFILTER]: nf_conntrack: export hash allocation/destruction functionsPatrick McHardy1-11/+12
2007-07-10[NETFILTER]: nf_conntrack: remove 'ignore_conntrack' argument from nf_conntrack_find_getPatrick McHardy6-12/+11