| Commit message (Expand) | Author | Age | Files | Lines |
* | [NET]: Fix segmentation of linear packets | Herbert Xu | 2006-10-30 | 1 | -5/+4 |
* | Merge branch 'we21-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... | Jeff Garzik | 2006-10-21 | 1 | -1/+32 |
|\ |
|
| * | [PATCH] wireless: WE-20 compatibility for ESSID and NICKN ioctls | John W. Linville | 2006-10-19 | 1 | -1/+32 |
* | | [NETPOLL]: initialize skb for UDP | Stephen Hemminger | 2006-10-19 | 1 | -4/+4 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input | Linus Torvalds | 2006-10-17 | 1 | -1/+1 |
|\ \ |
|
| * | | Lockdep: add lockdep_set_class_and_subclass() and lockdep_set_subclass() | Peter Zijlstra | 2006-10-11 | 1 | -1/+1 |
* | | | [PATCH] rename net_random to random32 | Stephen Hemminger | 2006-10-17 | 2 | -118/+0 |
| |/
|/| |
|
* | | [RTNETLINK]: Fix use of wrong skb in do_getlink() | Patrick McHardy | 2006-10-12 | 1 | -1/+1 |
* | | [NET]: File descriptor loss while receiving SCM_RIGHTS | Miklos Szeredi | 2006-10-11 | 1 | -2/+1 |
* | | IPsec: propagate security module errors up from flow_cache_lookup | James Morris | 2006-10-11 | 1 | -14/+28 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 2006-10-04 | 1 | -1/+0 |
|\ |
|
| * | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 1 | -1/+0 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-10-04 | 1 | -6/+6 |
|\ \ |
|
| * | | [NEIGH]: always use hash_mask under tbl lock | Julian Anastasov | 2006-10-04 | 1 | -6/+6 |
| |/ |
|
* | | [PATCH] slab: clean up leak tracking ifdefs a little bit | Christoph Hellwig | 2006-10-04 | 1 | -1/+2 |
|/ |
|
* | [ETHTOOL]: Remove some entries from non-root command list. | David S. Miller | 2006-09-28 | 1 | -4/+0 |
* | [ETHTOOL]: let mortals use ethtool | Stephen Hemminger | 2006-09-28 | 1 | -7/+29 |
* | [NET]: Annotate dst_ops protocol | Al Viro | 2006-09-28 | 1 | -1/+1 |
* | [NET]: is it Andy or Andi ?? | Steven Rostedt | 2006-09-28 | 1 | -1/+1 |
* | [NET_SCHED]: Fix fallout from dev->qdisc RCU change | Patrick McHardy | 2006-09-28 | 1 | -6/+8 |
* | [PKTGEN]: DSCP support | Francesco Fondelli | 2006-09-28 | 1 | -6/+59 |
* | [PKTGEN]: vlan support | Francesco Fondelli | 2006-09-28 | 1 | -9/+247 |
* | [RTNETLINK]: Possible dereference in net/core/rtnetlink.c | Eric Sesterhenn | 2006-09-28 | 1 | -1/+1 |
* | [PATCH] WE-21 support (core API) | John W. Linville | 2006-09-25 | 2 | -30/+42 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-09-24 | 1 | -7/+7 |
|\ |
|
| * | Merge branch 'master' into upstream | Jeff Garzik | 2006-09-19 | 1 | -0/+3 |
| |\ |
|
| * | | [PATCH] ethtool: allow const ethtool_ops | Stephen Hemminger | 2006-09-13 | 1 | -7/+7 |
* | | | [IPV6] ADDRCONF: Convert addrconf_lock to RCU. | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -2/+2 |
* | | | [IPV6] NDISC: Set per-entry is_router flag in Proxy NA. | Ville Nuorvala | 2006-09-22 | 1 | -3/+8 |
* | | | [RTNETLINK]: Fix netdevice name corruption | Patrick McHardy | 2006-09-22 | 1 | -0/+2 |
* | | | [NET]: Fix sk->sk_filter field access | Dmitry Mishin | 2006-09-22 | 2 | -17/+13 |
* | | | [RTNETLINK]: Fix typo causing wrong skb to be freed | Thomas Graf | 2006-09-22 | 1 | -1/+1 |
* | | | [NETLINK]: Make use of NLA_STRING/NLA_NUL_STRING attribute validation | Thomas Graf | 2006-09-22 | 2 | -12/+5 |
* | | | [NET]: Use SLAB_PANIC | Alexey Dobriyan | 2006-09-22 | 3 | -20/+7 |
* | | | [NET] in6_pton: Kill errant printf statement. | David S. Miller | 2006-09-22 | 1 | -2/+0 |
* | | | [NET]: Add common helper functions to convert IPv6/IPv4 address string to net... | YOSHIFUJI Hideaki | 2006-09-22 | 1 | -0/+215 |
* | | | [RTNETLINK]: Don't return error on no-metrics. | David S. Miller | 2006-09-22 | 1 | -2/+4 |
* | | | [IPv6] route: Convert FIB6 dumping to use new netlink api | Thomas Graf | 2006-09-22 | 1 | -13/+18 |
* | | | [NET] neighbour: reduce exports | Stephen Hemminger | 2006-09-22 | 1 | -5/+1 |
* | | | [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly | Brian Haley | 2006-09-22 | 2 | -6/+6 |
* | | | [RTNETLINK]: Unexport rtnl socket | Thomas Graf | 2006-09-22 | 1 | -3/+1 |
* | | | [NET] link: Convert notifications to use rtnl_notify() | Thomas Graf | 2006-09-22 | 1 | -10/+12 |
* | | | [WIRELESS]: Convert notifications to use rtnl_notify() | Thomas Graf | 2006-09-22 | 1 | -1/+2 |
* | | | [NEIGH]: Convert neighbour notifications ot use rtnl_notify() | Thomas Graf | 2006-09-22 | 1 | -18/+17 |
* | | | [NET] fib_rules: Convert fib rule notification to use rtnl_notify() | Thomas Graf | 2006-09-22 | 1 | -11/+21 |
* | | | [RTNETLINK]: Add rtnetlink notification interface | Thomas Graf | 2006-09-22 | 1 | -0/+18 |
* | | | [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts | Thomas Graf | 2006-09-22 | 1 | -3/+7 |
* | | | [NET] netdev: Check name length | Stephen Hemminger | 2006-09-22 | 1 | -1/+5 |
* | | | [NET]: Introduce RTA_TABLE/FRA_TABLE attributes | Patrick McHardy | 2006-09-22 | 1 | -2/+3 |
* | | | [NET]: Remove unnecessary config.h includes from net/ | Dave Jones | 2006-09-22 | 2 | -3/+1 |