USB: cxacru: Cleanup sysfs attribute code
[safe/jmp/linux-2.6] / net /
2007-07-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/driver-2.6
2007-07-12 Patrick McHardy[NET_SCHED]: ematch: module autoloading
2007-07-12 Stephen Hemminger[TCP]: tcp probe wraparound handling and other changes
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link: allow specifying initial device...
2007-07-12 Patrick McHardy[RTNETLINK]: rtnl_link API simplification
2007-07-12 Patrick McHardy[VLAN]: Fix MAC address handling
2007-07-12 Patrick McHardy[ETH]: Validate address in eth_mac_addr
2007-07-12 David S. MillerMerge /linux/kernel/git/holtmann/bluetooth-2.6
2007-07-12 Olaf Kirch[NET]: Fix races in net_rx_action vs netpoll.
2007-07-11 Zhang Ruisysfs: add parameter "struct bin_attribute *" in .read...
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-07-11 Miklos Szeredi[AF_UNIX]: Rewrite garbage collector, fixes race.
2007-07-11 Patrick McHardy[NETFILTER]: {ip, nf}_conntrack_sctp: fix remotely...
2007-07-11 Philippe De Muyter[NET]: Make all initialized struct seq_operations const.
2007-07-11 Patrick McHardy[UDP]: Fix length check.
2007-07-11 Micah Gruber[IPV6]: Remove unneeded pointer idev from addrconf_clea...
2007-07-11 YOSHIFUJI Hideaki[IPV6]: Make IPV6_{RECV,2292}RTHDR boolean options.
2007-07-11 YOSHIFUJI Hideaki[IPV6]: Do not send RH0 anymore.
2007-07-11 YOSHIFUJI Hideaki[IPV6]: Restore semantics of Routing Header processing.
2007-07-11 Ranjit Manomohan[NET_SCHED]: Make HTB scheduler work with TSO.
2007-07-11 Marcel Holtmann[Bluetooth] Add basics to better support and handle...
2007-07-11 Patrick McHardy[NET]: Avoid copying writable clones in tunnel drivers
2007-07-11 Philippe De Muyter[IPV4]: Make ip_tos2prio const.
2007-07-11 Patrick McHardy[NET]: Fix gen_estimator timer removal race
2007-07-11 Satyam Sharma[NETPOLL]: Fix a leak-n-bug in netpoll_cleanup()
2007-07-11 Robert P. J. Day[RXRPC]: Remove Makefile reference to obsolete RXRPC...
2007-07-11 Dan Aloni[NETFILTER] net/ipv4/netfilter/ip_tables.c: lower print...
2007-07-11 Adrian Bunk[DCCP]: Make struct dccp_li_cachep static.
2007-07-11 Andrew Morton[NET]: "wrong timeout value in sk_wait_data()": cleanups
2007-07-11 Pavel Emelianov[NET]: Make some network-related proc files use seq_lis...
2007-07-11 Pavel Emelianov[ATM] br2684: Use seq_list_xxx helpers
2007-07-11 Balazs Scheidler[NETFILTER]: x_tables: add more detail to error message...
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_queue: Use RCU and mutex for queue...
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nfnetlink_queue: don't unregister handler...
2007-07-11 Patrick McHardy[NETFILTER]: Convert DEBUGP to pr_debug
2007-07-11 Patrick McHardy[NETFILTER]: xt_helper: use RCU
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_h323: turn some printks into...
2007-07-11 Patrick McHardy[NETFILTER]: ipt_CLUSTERIP: add compat code
2007-07-11 Patrick McHardy[NETFILTER]: ipt_SAME: add to feature-removal-schedule
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: early_drop improvement
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: mark helpers __read_mostly
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_helper: use hashtable for...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_expect: introduce nf_conntrac...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_expect: maintain per conntrac...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_helper/nf_conntrack_netlink...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_expect: convert proc function...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: use hashtable for expectations
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: move expectaton related...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_netlink: sync expectation...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_expect: avoid useless list...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: reduce masks to a subset...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_ftp: use nf_ct_expect_init
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_expect: function naming unifi...
2007-07-11 Patrick McHardy[NETFILTER]: nf_nat: use hlists for bysource hash
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: export hash allocation/destr...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: remove 'ignore_conntrack...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: use hlists for conntrack...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack: round up hashsize to next...
2007-07-11 Patrick McHardy[NETFILTER]: nf_conntrack_extend: use __read_mostly...
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_nat: merge nf_conn and nf_nat_info
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_nat: kill global 'destroy' operation
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: remove old memory allocator...
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_nat: remove unused nf_nat_module_is_loaded
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_nat: use extension infrastructure
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_nat: add reference to conntrack from...
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: use extension infrastructure...
2007-07-11 Yasuyuki Kozakai[NETFILTER]: nf_conntrack: introduce extension infrastr...
2007-07-11 Patrick McHardy[NETFILTER]: x_tables: mark matches and targets __read_...
2007-07-11 Jozsef Kadlecsik[NETFILTER]: x_tables: add TRACE target
2007-07-11 Jan Engelhardt[NETFILTER]: Add u32 match
2007-07-11 Jerome Borsboom[NETFILTER]: nf_nat_sip: only perform RTP DNAT if SIP...
2007-07-11 Jan Engelhardt[NETFILTER]: Remove redundant parentheses/braces
2007-07-11 Jan Engelhardt[NETFILTER]: Remove incorrect inline markers
2007-07-11 Jan Engelhardt[NETFILTER]: add some consts, remove some casts
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_target->checkentry...
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->checkentry...
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch xt_match->match to bool
2007-07-11 Jan Engelhardt[NETFILTER]: x_tables: switch hotdrop to bool
2007-07-11 Jing Min Zhao[NETFILTER]: nf_conntrack_h323: check range first in...
2007-07-11 James Chapman[UDP]: Cleanup UDP encapsulation code
2007-07-11 G. Liakhovetski[IrDA]: tsap init routine factorisation.
2007-07-11 Samuel Ortiz[IrDA]: Monitor mode.
2007-07-11 Samuel Ortiz[IrDA]: Netlink layer.
2007-07-11 Patrick McHardy[NET_SCHED]: Remove unnecessary includes
2007-07-11 Patrick McHardy[NET_SCHED]: sch_htb: use generic estimator
2007-07-11 Patrick McHardy[NET_SCHED]: Remove unnecessary stats_lock pointers
2007-07-11 Patrick McHardy[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option
2007-07-11 Jamal Hadi Salim[PKTGEN]: IPSEC support
2007-07-11 Jamal Hadi Salim[XFRM] Introduce standalone SAD lookup
2007-07-11 Jamal Hadi Salim[PKTGEN]: Introduce sequential flows
2007-07-11 Jamal Hadi Salim[PKTGEN]: Centralize packet overhead tracking
2007-07-11 Larry Finger[MAC80211]: Set low initial rate in rc80211_simple
2007-07-11 Ilpo Järvinen[TCP]: SACK fastpath did override adjusted fackets_out
2007-07-11 Patrick McHardy[NET]: Fix secondary unicast/multicast address count...
2007-07-11 Peter P Waskiewicz Jr[SCHED]: Qdisc changes and sch_rr added for multiqueue
2007-07-11 Peter P Waskiewicz Jr[CORE] Stack changes to add multiqueue hardware support API
2007-07-11 Herbert Xu[NET]: Fix TX checksum feature check
2007-07-11 James Chapman[UDP]: Introduce UDP encapsulation type for L2TP
2007-07-11 Patrick McHardy[NET]: dev: secondary unicast address support
2007-07-11 Patrick McHardy[NET]: dev_mcast: switch to generic net_device address...
next