| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-07-31 | 35 | -288/+363 |
|\ |
|
| * | [RTNETLINK]: Fix warning for !CONFIG_KMOD | Thomas Graf | 2007-07-31 | 1 | -0/+2 |
| * | [IPV4] ip_options.c: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-07-31 | 1 | -5/+2 |
| * | [DECNET]: kmalloc + memset conversion to kzalloc | Mariusz Kozlowski | 2007-07-31 | 1 | -2/+2 |
| * | [NET]: ethtool_perm_addr only has one implementation | Matthew Wilcox | 2007-07-31 | 1 | -35/+8 |
| * | [NET]: ethtool ops are the only way | Matthew Wilcox | 2007-07-31 | 3 | -43/+22 |
| * | [XFRM]: State selection update to use inner addresses. | Joakim Koskela | 2007-07-31 | 2 | -3/+4 |
| * | [IPSEC]: Ensure that state inner family is set | Herbert Xu | 2007-07-31 | 1 | -0/+7 |
| * | [TCP]: Bidir flow must not disregard SACK blocks for lost marking | Ilpo Järvinen | 2007-07-31 | 1 | -1/+4 |
| * | [TCP]: Fix ratehalving with bidirectional flows | Ilpo Järvinen | 2007-07-31 | 1 | -9/+12 |
| * | [AF_UNIX]: Make code static. | Adrian Bunk | 2007-07-31 | 1 | -2/+28 |
| * | [NETFILTER]: Make nf_ct_ipv6_skip_exthdr() static. | Adrian Bunk | 2007-07-31 | 1 | -2/+2 |
| * | [PKTGEN]: make get_ipsec_sa() static and non-inline | Adrian Bunk | 2007-07-31 | 1 | -2/+1 |
| * | [IPV6]: ipv6_addr_type() doesn't know about RFC4193 addresses. | Dave Johnson | 2007-07-31 | 1 | -0/+3 |
| * | [NET]: Fix prio_tune() handling of root qdisc. | Peter P Waskiewicz Jr | 2007-07-31 | 1 | -2/+4 |
| * | [NET]: Fix sch_api to properly set sch->parent on the root. | Patrick McHardy | 2007-07-31 | 1 | -5/+12 |
| * | [NET_SCHED]: Fix prio/ingress classification logic error | Patrick McHardy | 2007-07-31 | 2 | -6/+4 |
| * | [IPV4/IPV6]: Fail registration if inet device construction fails | Herbert Xu | 2007-07-31 | 2 | -6/+7 |
| * | [NET]: Allow netdev REGISTER/CHANGENAME events to fail | Herbert Xu | 2007-07-31 | 1 | -10/+52 |
| * | [NET]: Take dev_base_lock when moving device name hash list entry | Herbert Xu | 2007-07-31 | 1 | -0/+4 |
| * | [NET]: Call uninit if necessary in register_netdevice | Herbert Xu | 2007-07-31 | 1 | -3/+8 |
| * | [IPVS]: Use skb_forward_csum | Herbert Xu | 2007-07-31 | 1 | -1/+1 |
| * | [PKTGEN]: Add missing KERN_* tags to printk()s. | David S. Miller | 2007-07-31 | 1 | -46/+57 |
| * | [BLUETOOTH] l2cap: don't mangle cmd.len | Al Viro | 2007-07-31 | 1 | -1/+0 |
| * | [BLUETOOTH]: pass (host-endian) cmd length as explicit argument to l2cap_conf... | Al Viro | 2007-07-31 | 1 | -9/+11 |
| * | [BLUETOOTH] l2cap: endianness annotations | Al Viro | 2007-07-31 | 1 | -13/+14 |
| * | [BLUETOOTH]: Fix endianness bug in l2cap_sock_listen() | Al Viro | 2007-07-31 | 1 | -1/+1 |
| * | [IRDA]: Fix rfcomm use-after-free | Marcel Holtmann | 2007-07-31 | 1 | -2/+3 |
| * | [IPV6]: Don't update ADVMSS on routes where the MTU is not also updated | Simon Arlott | 2007-07-31 | 1 | -2/+3 |
| * | [TIPC]: fix tipc_link_create error handling | Florian Westphal | 2007-07-31 | 1 | -13/+15 |
| * | [NET]: kernel-doc fixes | Randy Dunlap | 2007-07-31 | 1 | -5/+11 |
| * | [TCP]: htcp - use measured rtt | Stephen Hemminger | 2007-07-31 | 1 | -4/+4 |
| * | [TCP]: cubic - eliminate use of receive time stamp | Stephen Hemminger | 2007-07-31 | 1 | -28/+18 |
| * | [TCP]: congestion control API pass RTT in microseconds | Stephen Hemminger | 2007-07-31 | 11 | -28/+38 |
* | | fs: 9p/conv.c error path fix | Mariusz Kozlowski | 2007-07-31 | 1 | -0/+1 |
|/ |
|
* | [S390] Convert to smp_call_function_single. | Heiko Carstens | 2007-07-27 | 1 | -7/+8 |
* | net/* misc endianness annotations | Al Viro | 2007-07-26 | 5 | -12/+10 |
* | ip6_tunnel - endianness annotations | Al Viro | 2007-07-26 | 1 | -9/+8 |
* | netfilter endian regressions | Al Viro | 2007-07-26 | 7 | -16/+19 |
* | Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time(). | john stultz | 2007-07-25 | 4 | -6/+6 |
* | [8021Q]: vlan_ioctl_handler: fix return value | Andrew Morton | 2007-07-24 | 1 | -0/+2 |
* | [GENETLINK]: Correctly report errors while registering a multicast group | Thomas Graf | 2007-07-24 | 1 | -1/+1 |
* | [GENETLINK]: Fix adjustment of number of multicast groups | Thomas Graf | 2007-07-24 | 1 | -1/+1 |
* | [GENETLINK]: Fix race in genl_unregister_mc_groups() | Thomas Graf | 2007-07-24 | 1 | -8/+16 |
* | [NETFILTER]: Clean up duplicate includes in net/netfilter/ | Jesper Juhl | 2007-07-24 | 4 | -4/+0 |
* | [NETFILTER]: Clean up duplicate includes in net/bridge/ | Jesper Juhl | 2007-07-24 | 2 | -2/+0 |
* | [NETFILTER]: Fix logging regression | Patrick McHardy | 2007-07-24 | 4 | -18/+8 |
* | [TCPv6] MD5SIG: Ensure to reset allocation count to avoid panic. | YOSHIFUJI Hideaki | 2007-07-24 | 1 | -0/+1 |
* | nfsd: fix possible oops on re-insertion of rpcsec_gss modules | J. Bruce Fields | 2007-07-24 | 1 | -4/+5 |
* | 9p: Don't use binary sysctl numbers. | Eric W. Biederman | 2007-07-22 | 1 | -13/+8 |