Commit Graph

5160 Commits (a5262dcfda9163ca1f8a64349a6f7ba640ac1dc2)

Author SHA1 Message Date
Patrick McHardy db3d99c090 [NET_SCHED]: ematch: module autoloading 18 years ago
Stephen Hemminger 662ad4f8ef [TCP]: tcp probe wraparound handling and other changes 18 years ago
Patrick McHardy 0e06877c6f [RTNETLINK]: rtnl_link: allow specifying initial device address 18 years ago
Patrick McHardy 2d85cba2b2 [RTNETLINK]: rtnl_link API simplification 18 years ago
Patrick McHardy 8c979c26a0 [VLAN]: Fix MAC address handling 18 years ago
Patrick McHardy 71bffe556c [ETH]: Validate address in eth_mac_addr 18 years ago
Olaf Kirch 29578624e3 [NET]: Fix races in net_rx_action vs netpoll. 18 years ago
Zhang Rui 91a6902958 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes 18 years ago
Tejun Heo 7b595756ec sysfs: kill unnecessary attribute->owner 18 years ago
Miklos Szeredi 1fd05ba5a2 [AF_UNIX]: Rewrite garbage collector, fixes race. 18 years ago
Patrick McHardy 99d24edeb6 [NETFILTER]: {ip, nf}_conntrack_sctp: fix remotely triggerable NULL ptr dereference (CVE-2007-2876) 18 years ago
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
Patrick McHardy 3be550f34b [UDP]: Fix length check. 18 years ago
Micah Gruber dffe4f048b [IPV6]: Remove unneeded pointer idev from addrconf_cleanup(). 18 years ago
YOSHIFUJI Hideaki 4c752098f5 [IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options. 18 years ago
YOSHIFUJI Hideaki bb4dbf9e61 [IPV6]: Do not send RH0 anymore. 18 years ago
YOSHIFUJI Hideaki c382bb9d32 [IPV6]: Restore semantics of Routing Header processing. 18 years ago
Ranjit Manomohan c9726d6890 [NET_SCHED]: Make HTB scheduler work with TSO. 18 years ago
Marcel Holtmann 5b7f990927 [Bluetooth] Add basics to better support and handle eSCO links 18 years ago
Patrick McHardy cfbba49d80 [NET]: Avoid copying writable clones in tunnel drivers 18 years ago
Philippe De Muyter 4839c52b01 [IPV4]: Make ip_tos2prio const. 18 years ago
Patrick McHardy 6b25d30bf1 [NET]: Fix gen_estimator timer removal race 18 years ago
Satyam Sharma 1498b3f195 [NETPOLL]: Fix a leak-n-bug in netpoll_cleanup() 18 years ago
Robert P. J. Day 5f1de3ec66 [RXRPC]: Remove Makefile reference to obsolete RXRPC config variable 18 years ago
Dan Aloni 0236e667e1 [NETFILTER] net/ipv4/netfilter/ip_tables.c: lower printk severity 18 years ago
Adrian Bunk 4fda25a2cd [DCCP]: Make struct dccp_li_cachep static. 18 years ago
Andrew Morton 6f11df8355 [NET]: "wrong timeout value in sk_wait_data()": cleanups 18 years ago
Pavel Emelianov 60f0438a87 [NET]: Make some network-related proc files use seq_list_xxx helpers 18 years ago
Pavel Emelianov 9af97186fc [ATM] br2684: Use seq_list_xxx helpers 18 years ago
Balazs Scheidler 5faf415352 [NETFILTER]: x_tables: add more detail to error message about match/target mask mismatch 18 years ago
Yasuyuki Kozakai 585426fdc5 [NETFILTER]: nf_queue: Use RCU and mutex for queue handlers 18 years ago
Yasuyuki Kozakai ce7663d84a [NETFILTER]: nfnetlink_queue: don't unregister handler of other subsystem 18 years ago
Patrick McHardy 0d53778e81 [NETFILTER]: Convert DEBUGP to pr_debug 18 years ago
Patrick McHardy 342b7e3c8a [NETFILTER]: xt_helper: use RCU 18 years ago
Patrick McHardy 91e8db8006 [NETFILTER]: nf_conntrack_h323: turn some printks into DEBUGPs 18 years ago
Patrick McHardy d3c3f4243e [NETFILTER]: ipt_CLUSTERIP: add compat code 18 years ago
Patrick McHardy 3569b621ce [NETFILTER]: ipt_SAME: add to feature-removal-schedule 18 years ago
Patrick McHardy 7ae7730fd6 [NETFILTER]: nf_conntrack: early_drop improvement 18 years ago
Patrick McHardy ec59a1110a [NETFILTER]: nf_conntrack: mark helpers __read_mostly 18 years ago
Patrick McHardy b8a7fe6c10 [NETFILTER]: nf_conntrack_helper: use hashtable for conntrack helpers 18 years ago
Patrick McHardy f264a7df08 [NETFILTER]: nf_conntrack_expect: introduce nf_conntrack_expect_max sysct 18 years ago
Patrick McHardy b560580a13 [NETFILTER]: nf_conntrack_expect: maintain per conntrack expectation list 18 years ago
Patrick McHardy 31f15875c5 [NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink: convert to expectation hash 18 years ago
Patrick McHardy 5d08ad440f [NETFILTER]: nf_conntrack_expect: convert proc functions to hash 18 years ago
Patrick McHardy a71c085562 [NETFILTER]: nf_conntrack: use hashtable for expectations 18 years ago
Patrick McHardy e9c1b084e1 [NETFILTER]: nf_conntrack: move expectaton related init code to nf_conntrack_expect.c 18 years ago
Patrick McHardy cf6994c2b9 [NETFILTER]: nf_conntrack_netlink: sync expectation dumping with conntrack table dumping 18 years ago
Patrick McHardy 4e1d4e6c5a [NETFILTER]: nf_conntrack_expect: avoid useless list walking 18 years ago
Patrick McHardy d4156e8cd9 [NETFILTER]: nf_conntrack: reduce masks to a subset of tuples 18 years ago
Patrick McHardy df43b4e7ca [NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_init 18 years ago