Memory Resource Controller use strstrip while parsing arguments
[safe/jmp/linux-2.6] / net /
2008-02-28 Wang Chen[X25]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[WANROUTER]: Use proc_create() to setup ->proc_fops...
2008-02-28 Wang Chen[8021Q]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[IPV4]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[IPV6]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[SCTP]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[PKTGEN]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[NEIGHBOUR]: Use proc_create() to setup ->proc_fops...
2008-02-28 Wang Chen[LLC]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[IPX]: Use proc_create() to setup ->proc_fops first
2008-02-28 Wang Chen[SUNRPC]: Use proc_create() to setup ->proc_fops first
2008-02-28 David S. MillerMerge branch 'pending' of /linux/kernel/git/vxy/lksctp-dev
2008-02-28 Wang Chen[ATM]: Use proc_create() to setup ->proc_fops first
2008-02-28 Vlad Yasevich[SCTP]: Update AUTH structures to match declarations...
2008-02-28 Vlad Yasevich[SCTP]: Incorrect length was used in SCTP_*_AUTH_CHUNKS...
2008-02-28 Neil Horman[SCTP]: Clean up naming conventions of sctp protocol...
2008-02-28 Wang Chen[APPLETALK]: Use proc_create() to setup ->proc_fops...
2008-02-28 Herbert Xu[IPCOMP]: Disable BH on output when using shared tfm
2008-02-28 David S. MillerMerge branch 'master' of /linux/kernel/git/linville...
2008-02-28 Johannes Bergmac80211: fix kmalloc vs. net_ratelimit
2008-02-27 Vlad Yasevich[SCTP]: Correctly set the length of sctp_assoc_change...
2008-02-27 Jan Engelhardt[NETFILTER]: xt_conntrack: fix IPv4 address comparison
2008-02-27 Jan Engelhardt[NETFILTER]: xt_conntrack: fix missing boolean clamping
2008-02-27 Patrick McHardy[NETFILTER]: nf_conntrack: fix smp_processor_id() in...
2008-02-27 YOSHIFUJI Hideaki[IPV6] SYSCTL: Fix possible memory leakage in error...
2008-02-27 Pavel Emelyanov[INET]: Don't create tunnels with '%' in name.
2008-02-27 David S. Miller[AF_KEY]: Fix oops by converting to proc_net_*().
2008-02-27 Bjorn Mork[IPV4]: Reset scope when changing address
2008-02-27 Benjamin Thery[IPV6]: Add missing initializations of the new nl_info...
2008-02-27 Thomas Gleixnerbluetooth: delete timer in l2cap_conn_del()
2008-02-25 Harvey Harrisontipc: fix integer as NULL pointer sparse warnings in...
2008-02-24 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-02-24 David S. MillerMerge branch 'master' of ../linux-2.6/
2008-02-24 Joonwoo Park[NETFILTER]: fix ebtable targets return
2008-02-24 Pavel Emelyanov[IP_TUNNEL]: Don't limit the number of tunnels with...
2008-02-24 David S. Miller[NET]: Restore sanity wrt. print_mac().
2008-02-24 Pavel Emelyanov[NEIGH]: Fix race between neighbor lookup and table...
2008-02-24 Thomas Graf[RTNL]: Validate hardware and broadcast address attribu...
2008-02-23 Rafael J. WysockiPM: Introduce PM_EVENT_HIBERNATE callback state
2008-02-21 Pavel EmelyanovWrap buffers used for rpc debug printks into RPC_IFDEBUG
2008-02-20 Denis V. Lunev[NETNS]: Namespace leak in pneigh_lookup.
2008-02-20 Pavel Emelyanov[SCTP]: Pick up an orphaned sctp_sockets_allocated...
2008-02-20 Jan Engelhardt[NETFILTER]: xt_iprange: fix subtraction-based comparison
2008-02-20 Jan Engelhardt[NETFILTER]: xt_hashlimit: remove unneeded struct member
2008-02-20 Joonwoo Park[NETFILTER]: Fix incorrect use of skb_make_writable
2008-02-20 Pavel Emelyanov[NETFILTER]: xt_u32: drop the actually unused variable...
2008-02-20 Patrick McHardy[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_A...
2008-02-20 Adrian Bunkipv4/fib_hash.c: fix NULL dereference
2008-02-20 Adrian Bunknet/9p/trans_virtio.c: kmalloc() enough memory
2008-02-20 Thomas Graf[RTNL]: Add missing link netlink attribute policy defin...
2008-02-19 Jorge Boncompte... [NET]: Messed multicast lists after dev_mc_sync/unsync
2008-02-19 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-02-19 Pavel Emelyanov[IPV6]: Use BUG_ON instead of if + BUG in fib6_del_route.
2008-02-19 Denis V. Lunev[IPV6]: dst_entry leak in ip4ip6_err. (resend)
2008-02-19 Dave Youngbluetooth: do not move child device other than rfcomm
2008-02-19 Dave Youngbluetooth: put hci dev after del conn
2008-02-18 David S. Miller[BLUETOOTH] hci_sysfs.c: Kill build warning.
2008-02-18 Joe Perchesnet/8021q/vlan_dev.c: Use print_mac.
2008-02-18 YOSHIFUJI Hideaki[XFRM]: Fix ordering issue in xfrm_dst_hash_transfer().
2008-02-18 S.Çağlar Onur[BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros
2008-02-18 Wang Chen[IPV6]: Fix hardcoded removing of old module code
2008-02-18 Pavel Emelyanov[NETLABEL]: Move some initialization code into __init...
2008-02-18 Pavel Emelyanov[NETLABEL]: Shrink the genl-ops registration code.
2008-02-18 Jarek Poplawski[AX25] ax25_out: check skb for NULL in ax25_kick()
2008-02-18 Kris Katterjohn[TCP]: Fix tcp_v4_send_synack() comment
2008-02-18 Uwe Kleine-Koenig[IPV4]: fix alignment of IP-Config output
2008-02-18 Julia Lawallnet/9p/trans_virtio.c: Use BUG_ON
2008-02-18 Julia Lawallnet/rxrpc: Use BUG_ON
2008-02-18 David S. MillerRevert "[NDISC]: Fix race in generic address resolution"
2008-02-18 David S. MillerRevert "[RTNETLINK]: Send a single notification on...
2008-02-15 David S. MillerMerge branch 'fixes' of /linux/kernel/git/linville...
2008-02-15 Michael Bueschmac80211: Fix initial hardware configuration
2008-02-15 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-02-15 Rémi Denis-Courmont[NET]: Make sure sockets implement splice_read
2008-02-15 Herbert Xu[IPV6]: Fix reversed local_df test in ip6_fragment
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-14 YOSHIFUJI Hideaki[XFRM]: Avoid bogus BUG() when throwing new policy...
2008-02-14 Kazunori MIYAZAWA[AF_KEY]: Fix bug in spdadd
2008-02-14 Jozsef Kadlecsik[NETFILTER] nf_conntrack_proto_tcp.c: Mistyped state...
2008-02-14 Paul Mundtnet: xfrm statistics depend on INET
2008-02-14 Adrian Bunk[NETFILTER]: make secmark_tg_destroy() static
2008-02-14 Adrian Bunk[INET]: Unexport inet_listen_wlock
2008-02-14 Adrian Bunk[INET]: Unexport __inet_hash_connect
2008-02-14 Randy Dunlapdocbook: make a networking book and fix a few errors
2008-02-14 Randy Dunlapdocbook: sunrpc filenames and notation fixes
2008-02-14 Harvey Harrisonremove final fastcall users
2008-02-13 Matti Linnanvuori[NET]: Fix race in dev_close(). (Bug 9750)
2008-02-13 Herbert Xu[IPSEC]: Fix bogus usage of u64 on input sequence number
2008-02-13 Laszlo Attila Toth[RTNETLINK]: Send a single notification on device state...
2008-02-13 Pavel Emelyanov[NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef...
2008-02-13 Pavel Emelyanov[NETLABEL]: Don't produce unused variables when IPv6...
2008-02-13 Pavel Emelyanov[NETLABEL]: Compilation for CONFIG_AUDIT=n case.
2008-02-13 Pavel Emelyanov[GENETLINK]: Relax dances with genl_lock.
2008-02-13 Pavel Emelyanov[NETLABEL]: Fix lookup logic of netlbl_domhsh_search_def.
2008-02-13 Urs Thuermann[NET]: Fix comment for skb_pull_rcsum
2008-02-13 Herbert Xu[IPV6]: Fix IPsec datagram fragmentation
2008-02-13 David S. Miller[NDISC]: Fix race in generic address resolution
2008-02-13 Jarek Poplawski[AX25] ax25_ds_timer: use mod_timer instead of add_timer
2008-02-13 Jarek Poplawski[AX25] ax25_timer: use mod_timer instead of add_timer
next