Age | Commit message (Expand) | Author | Files | Lines |
2011-11-22 | xfrm: optimize ipv4 selector matching | Alexey Dobriyan | 1 | -2/+2 |
2011-11-22 | net: add network priority cgroup infrastructure (v4) | Neil Horman | 6 | -1/+389 |
2011-11-21 | netfilter: use jump_label for nf_hooks | Eric Dumazet | 1 | -1/+12 |
2011-11-21 | RxRPC: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -4/+2 |
2011-11-21 | irttp: Use kmemdup rather than duplicating its implementation | Thomas Meyer | 1 | -3/+1 |
2011-11-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 14 | -75/+92 |
2011-11-18 | ipv4: fix redirect handling | Eric Dumazet | 1 | -51/+59 |
2011-11-18 | ping: dont increment ICMP_MIB_INERRORS | Eric Dumazet | 1 | -2/+0 |
2011-11-18 | Phonet: set the pipe handle using setsockopt | Dinesh Kumar Sharma | 1 | -11/+95 |
2011-11-18 | ip_gre: Set needed_headroom dynamically again | Herbert Xu | 1 | -0/+2 |
2011-11-18 | packet: Add needed_tailroom to packet_sendmsg_spkt | Herbert Xu | 1 | -1/+2 |
2011-11-18 | net: Remove all uses of LL_ALLOCATED_SPACE | Herbert Xu | 5 | -15/+30 |
2011-11-18 | ipv6: Remove all uses of LL_ALLOCATED_SPACE | Herbert Xu | 4 | -12/+27 |
2011-11-18 | ipv4: Remove all uses of LL_ALLOCATED_SPACE | Herbert Xu | 4 | -10/+22 |
2011-11-17 | net: use jump_label to shortcut RPS if not setup | Eric Dumazet | 3 | -16/+21 |
2011-11-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 59 | -1458/+3381 |
2011-11-17 | ipv6: Use pr_warn() in ip6_fib.c | David S. Miller | 1 | -10/+10 |
2011-11-17 | IPV6 Fix a crash when trying to replace non existing route | Matti Vaittinen | 1 | -7/+14 |
2011-11-16 | net: new counter for tx_timeout errors in sysfs | david decotigny | 2 | -6/+32 |
2011-11-16 | net-sysfs: fixed minor sparse warning | david decotigny | 1 | -6/+6 |
2011-11-16 | net: ethtool: fix coding style | Michał Mirosław | 1 | -7/+8 |
2011-11-16 | 6LoWPAN: double free in lowpan_fragment_xmit() | Dan Carpenter | 1 | -3/+0 |
2011-11-16 | net: remove NETIF_F_NO_CSUM feature bit | Michał Mirosław | 3 | -18/+8 |
2011-11-16 | ethtool: prepare for larger netdev_features_t type | Michał Mirosław | 1 | -16/+26 |
2011-11-16 | net: ethtool: use C99 array initialization for feature-names table | Michał Mirosław | 1 | -38/+36 |
2011-11-16 | net: introduce and use netdev_features_t for device features sets | Michał Mirosław | 12 | -33/+45 |
2011-11-16 | net: ethtool: break association of ETH_FLAG_* with NETIF_F_* | Michał Mirosław | 1 | -10/+23 |
2011-11-16 | net: remove legacy ethtool ops | Michał Mirosław | 3 | -410/+26 |
2011-11-16 | bridge: correct IPv6 checksum after pull | stephen hemminger | 1 | -0/+2 |
2011-11-16 | net: use jump_label for netstamp_needed | Eric Dumazet | 1 | -18/+14 |
2011-11-16 | tcp: clear xmit timers in tcp_v4_syn_recv_sock() | Eric Dumazet | 1 | -0/+1 |
2011-11-15 | IPv6: Removing unnecessary NULL checks. | Matti Vaittinen | 1 | -4/+3 |
2011-11-14 | net/packet: Revert incorrect dead-code changes to prb_setup_retire_blk_timer | Jesper Juhl | 1 | -2/+4 |
2011-11-14 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 4 | -4/+14 |
2011-11-14 | ipv4: fix a memory leak in ic_bootp_send_if | RongQing.Li | 1 | -2/+7 |
2011-11-14 | IPv6 routing, NLM_F_* flag support: REPLACE and EXCL flags support, warn abou... | Matti Vaittinen | 1 | -15/+94 |
2011-11-14 | IPv6 routing, NLM_F_* flag support: warn if new route is created without NLM_... | Matti Vaittinen | 1 | -2/+11 |
2011-11-14 | net: introduce build_skb() | Eric Dumazet | 1 | -0/+49 |
2011-11-14 | net-netlink: Add a new attribute to expose TCLASS values via netlink | Maciej Żenczykowski | 1 | -2/+2 |
2011-11-14 | neigh: new unresolved queue limits | Eric Dumazet | 5 | -55/+115 |
2011-11-14 | bridge: add NTF_USE support | stephen hemminger | 1 | -11/+27 |
2011-11-14 | bridge: Fix potential deadlock on br->multicast_lock | Andrey Vagin | 1 | -2/+2 |
2011-11-14 | ip6_tunnel: copy parms.name after register_netdevice | Josh Boyer | 1 | -1/+7 |
2011-11-14 | 6LoWPAN: UDP header decompression | alex.bluesman.smirnov@gmail.com | 1 | -1/+60 |
2011-11-14 | 6LoWPAN: UDP header compression | alex.bluesman.smirnov@gmail.com | 2 | -4/+52 |
2011-11-14 | 6LoWPAN: set proper netdev flags | alex.bluesman.smirnov@gmail.com | 1 | -2/+1 |
2011-11-14 | 6LoWPAN: disable debugging by default | alex.bluesman.smirnov@gmail.com | 1 | -2/+0 |
2011-11-14 | 6LoWPAN: add fragmentation support | alex.bluesman.smirnov@gmail.com | 2 | -4/+274 |
2011-11-14 | ipv6: reduce percpu needs for icmpv6msg mibs | Eric Dumazet | 2 | -14/+9 |
2011-11-14 | rds: drop "select LLIST" | Paul Bolle | 1 | -1/+0 |