Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | net: RTA_MARK addition | Eric Dumazet | 2010-07-22 | 1 | -0/+1 | |
| * | | | | | | | | | CAN: Add Flexcan CAN controller driver | Marc Kleine-Budde | 2010-07-22 | 1 | -0/+20 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | ipv6: Make IP6CB(skb)->nhoff 16-bit. | David S. Miller | 2010-07-19 | 1 | -1/+1 | |
| * | | | | | | | | net: 64bit stats for netdev_queue | Eric Dumazet | 2010-07-19 | 1 | -3/+3 | |
| * | | | | | | | | net: support time stamping in phy devices. | Richard Cochran | 2010-07-18 | 3 | -0/+57 | |
| * | | | | | | | | net: added a BPF to help drivers detect PTP packets. | Richard Cochran | 2010-07-18 | 1 | -0/+126 | |
| * | | | | | | | | net: preserve ifreq parameter when calling generic phy_mii_ioctl(). | Richard Cochran | 2010-07-18 | 1 | -1/+1 | |
| * | | | | | | | | net: add driver hook for tx time stamping. | Richard Cochran | 2010-07-18 | 1 | -0/+21 | |
| * | | | | | | | | net: Document that dev_get_stats() returns the given pointer | Ben Hutchings | 2010-07-09 | 1 | -2/+2 | |
| * | | | | | | | | net: Get rid of rtnl_link_stats64 / net_device_stats union | Ben Hutchings | 2010-07-09 | 1 | -42/+28 | |
| * | | | | | | | | atm: propagate signal changes via notifier | Karl Hiramoto | 2010-07-09 | 1 | -0/+17 | |
| * | | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-07-07 | 4 | -3/+12 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | net: fix 64 bit counters on 32 bit arches | Eric Dumazet | 2010-07-07 | 1 | -4/+8 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | netdevice.h: Change netif_<level> macros to call netdev_<level> functions | Joe Perches | 2010-07-04 | 1 | -7/+13 | |
| * | | | | | | | | netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions | Joe Perches | 2010-07-04 | 1 | -19/+17 | |
| * | | | | | | | | device.h drivers/base/core.c Convert dev_<level> logging macros to functions | Joe Perches | 2010-07-04 | 1 | -26/+86 | |
| * | | | | | | | | vsprintf: Recursive vsnprintf: Add "%pV", struct va_format | Joe Perches | 2010-07-04 | 1 | -0/+5 | |
| * | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-07-02 | 3 | -2/+6 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | netfilter: ipt_LOG/ip6t_LOG: add option to print decoded MAC header | Patrick McHardy | 2010-06-28 | 2 | -2/+4 | |
| | * | | | | | | | | IPVS: one-packet scheduling | Nick Chalk | 2010-06-22 | 1 | -0/+2 | |
| * | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2010-07-01 | 2 | -0/+23 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | eeprom_93cx6: Add support for 93c86 EEPROMs. | Gertjan van Wingerde | 2010-06-30 | 1 | -0/+1 | |
| | * | | | | | | | | | nl80211: Add option to adjust transmit power | Juuso Oikarinen | 2010-06-24 | 1 | -0/+9 | |
| | * | | | | | | | | | cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm units | Juuso Oikarinen | 2010-06-24 | 1 | -0/+13 | |
| * | | | | | | | | | | ethtool: Add support for control of RX flow hash indirection | Ben Hutchings | 2010-06-30 | 1 | -0/+15 | |
| * | | | | | | | | | | ethtool: Change ethtool_op_set_flags to validate flags | Ben Hutchings | 2010-06-30 | 1 | -1/+1 | |
| * | | | | | | | | | | macvlan: 64 bit rx counters | Eric Dumazet | 2010-06-28 | 1 | -7/+12 | |
| * | | | | | | | | | | net: u64_stats_fetch_begin_bh() and u64_stats_fetch_retry_bh() | Eric Dumazet | 2010-06-28 | 1 | -15/+44 | |
| * | | | | | | | | | | net: u64_stats_sync improvements | Eric Dumazet | 2010-06-28 | 1 | -1/+5 | |
| * | | | | | | | | | | net: optimize Berkeley Packet Filter (BPF) processing | Hagen Paul Pfeifer | 2010-06-25 | 1 | -0/+48 | |
| * | | | | | | | | | | broadcom: Add 5241 support | Dmitry Baryshkov | 2010-06-24 | 1 | -0/+1 | |
| * | | | | | | | | | | broadcom: move all PHY_ID's to header | Dmitry Baryshkov | 2010-06-24 | 1 | -0/+6 | |
| * | | | | | | | | | | net - IP_NODEFRAG option for IPv4 socket | Jiri Olsa | 2010-06-23 | 1 | -0/+1 | |
| * | | | | | | | | | | net: Introduce u64_stats_sync infrastructure | Eric Dumazet | 2010-06-23 | 1 | -0/+107 | |
| * | | | | | | | | | | caif: Add debug connection type for CAIF. | Sjur Braendeland | 2010-06-20 | 1 | -0/+34 | |
| * | | | | | | | | | | udp: Add UFO to NETIF_F_SOFTWARE_GSO | Herbert Xu | 2010-06-16 | 1 | -1/+2 | |
| * | | | | | | | | | | sock: Introduce cred_to_ucred | Eric W. Biederman | 2010-06-16 | 1 | -0/+5 | |
| * | | | | | | | | | | user_ns: Introduce user_nsmap_uid and user_ns_map_gid. | Eric W. Biederman | 2010-06-16 | 1 | -0/+14 | |
| * | | | | | | | | | | netpoll: Use correct primitives for RCU dereferencing | Herbert Xu | 2010-06-15 | 1 | -2/+2 | |
| * | | | | | | | | | | net: NET_SKB_PAD should depend on L1_CACHE_BYTES | Eric Dumazet | 2010-06-15 | 1 | -3/+5 | |
| * | | | | | | | | | | net: Fix error in comment on net_device_ops::ndo_get_stats | Ben Hutchings | 2010-06-15 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-06-15 | 4 | -0/+51 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'master' of /repos/git/net-next-2.6 | Patrick McHardy | 2010-06-15 | 27 | -323/+188 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | netfilter: xtables: idletimer target implementation | Luciano Coelho | 2010-06-15 | 2 | -0/+46 | |
| | * | | | | | | | | | | netfilter: nfnetlink_log: RCU conversion, part 2 | Eric Dumazet | 2010-06-14 | 1 | -0/+1 | |
| | * | | | | | | | | | | netfilter: nf_conntrack: IPS_UNTRACKED bit | Eric Dumazet | 2010-06-08 | 1 | -0/+4 | |
| * | | | | | | | | | | | bridge: use rx_handler_data pointer to store net_bridge_port pointer | Jiri Pirko | 2010-06-15 | 2 | -2/+1 | |
| * | | | | | | | | | | | macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 | Jiri Pirko | 2010-06-15 | 2 | -2/+1 | |
| * | | | | | | | | | | | net: add rx_handler data pointer | Jiri Pirko | 2010-06-15 | 1 | -1/+3 | |
| * | | | | | | | | | | | netpoll: Add netpoll_tx_running | Herbert Xu | 2010-06-15 | 1 | -0/+9 |