Age | Commit message (Expand) | Author | Files | Lines |
2013-10-29 | net, mc: fix the incorrect comments in two mc-related functions | Zhi Yong Wu | 1 | -2/+2 |
2013-10-29 | net, iovec: fix the incorrect comment in memcpy_fromiovecend() | Zhi Yong Wu | 1 | -1/+1 |
2013-10-29 | net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec() | Zhi Yong Wu | 1 | -1/+1 |
2013-10-29 | vxlan: silence one build warning | Zhi Yong Wu | 1 | -17/+14 |
2013-10-29 | ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORK | Hannes Frederic Sowa | 1 | -4/+8 |
2013-10-29 | virtio_net: migrate mergeable rx buffers to page frag allocators | Michael Dalton | 1 | -58/+106 |
2013-10-29 | ipv6: Remove privacy config option. | David S. Miller | 4 | -62/+4 |
2013-10-29 | Merge branch '6lowpan' | David S. Miller | 1 | -9/+5 |
2013-10-29 | 6lowpan: remove unnecessary break | Alexander Aring | 1 | -1/+0 |
2013-10-29 | 6lowpan: remove skb->dev assignment | Alexander Aring | 1 | -1/+0 |
2013-10-29 | 6lowpan: use netdev_alloc_skb instead dev_alloc_skb | Alexander Aring | 1 | -2/+2 |
2013-10-29 | 6lowpan: remove unnecessary check on err >= 0 | Alexander Aring | 1 | -1/+1 |
2013-10-29 | 6lowpan: remove unnecessary ret variable | Alexander Aring | 1 | -4/+2 |
2013-10-28 | sctp: merge two if statements to one | wangweidong | 1 | -9/+5 |
2013-10-28 | sctp: remove the repeat initialize with 0 | wangweidong | 1 | -21/+8 |
2013-10-28 | sctp: fix some comments in chunk.c and associola.c | wangweidong | 2 | -3/+3 |
2013-10-28 | veth: extend features to support tunneling | Eric Dumazet | 1 | -0/+3 |
2013-10-28 | inet: restore gso for vxlan | Eric Dumazet | 1 | -8/+7 |
2013-10-28 | Revert "Merge branch 'bonding_monitor_locking'" | David S. Miller | 3 | -40/+89 |
2013-10-28 | be2net: add support for ndo_busy_poll | Sathya Perla | 2 | -18/+187 |
2013-10-28 | Merge branch 'bonding_monitor_locking' | David S. Miller | 3 | -89/+40 |
2013-10-28 | bonding: remove bond read lock for bond_3ad_state_machine_handler() | dingtianhong | 1 | -4/+5 |
2013-10-28 | bonding: remove bond read lock for bond_activebackup_arp_mon() | dingtianhong | 1 | -33/+13 |
2013-10-28 | bonding: remove bond read lock for bond_loadbalance_arp_mon() | dingtianhong | 1 | -4/+6 |
2013-10-28 | bonding: remove bond read lock for bond_alb_monitor() | dingtianhong | 1 | -16/+4 |
2013-10-28 | bonding: remove bond read lock for bond_mii_monitor() | dingtianhong | 1 | -32/+12 |
2013-10-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 9 | -50/+134 |
2013-10-26 | net: fix rtnl notification in atomic context | Alexei Starovoitov | 4 | -15/+16 |
2013-10-26 | net: initialize hashrnd in flow_dissector with net_get_random_once | Hannes Frederic Sowa | 1 | -13/+21 |
2013-10-26 | net: make net_get_random_once irq safe | Hannes Frederic Sowa | 2 | -4/+4 |
2013-10-26 | net: add missing dev_put() in __netdev_adjacent_dev_insert | Nikolay Aleksandrov | 1 | -0/+1 |
2013-10-26 | netem: markov loss model transition fix | Hagen Paul Pfeifer | 1 | -1/+0 |
2013-10-24 | ixgbevf: bump driver version | Don Skidmore | 1 | -1/+1 |
2013-10-24 | ixgbevf: implement ethtool get/set coalesce | Jacob Keller | 3 | -1/+84 |
2013-10-24 | ixgbevf: Adds function to set PSRTYPE register | Don Skidmore | 1 | -2/+16 |
2013-10-24 | ixgbe: fix rx-usecs range checks for BQL | Emil Tantilov | 1 | -3/+3 |
2013-10-24 | ixgbe: use pcie_capability_read_word() to simplify code | Yijing Wang | 1 | -4/+2 |
2013-10-24 | ixgbe: cleanup ixgbe_enumerate_functions | Jacob Keller | 1 | -8/+5 |
2013-10-24 | igb: fix driver reload with VF assigned to guest | Stefan Assmann | 1 | -21/+16 |
2013-10-24 | igb: Fix master/slave mode for all m88 i354 PHY's | Carolyn Wyborny | 1 | -5/+3 |
2013-10-24 | i40e: remove unused including <linux/version.h> | Wei Yongjun | 1 | -1/+0 |
2013-10-24 | igbvf: add missing iounmap() on error in igbvf_probe() | Wei Yongjun | 1 | -1/+2 |
2013-10-24 | igbvf: integer wrapping bug setting the mtu | Dan Carpenter | 1 | -3/+2 |
2013-10-24 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 18 | -477/+956 |
2013-10-24 | Merge branch 'frag_hash_secret' | David S. Miller | 6 | -13/+25 |
2013-10-24 | inet: remove old fragmentation hash initializing | Hannes Frederic Sowa | 2 | -3/+4 |
2013-10-24 | ipv6: split inet6_hash_frag for netfilter and initialize secrets with net_get... | Hannes Frederic Sowa | 3 | -10/+20 |
2013-10-24 | ipv4: initialize ip4_frags hash secret as late as possible | Hannes Frederic Sowa | 1 | -0/+1 |
2013-10-24 | Merge branch 'pci_set_drvdata' | David S. Miller | 7 | -9/+0 |
2013-10-24 | net: via-rhine: remove unnecessary pci_set_drvdata() | Jingoo Han | 1 | -1/+0 |