summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* can: add broadcast manager documentationOliver Hartkopp2013-10-311-0/+217
* ipv6: remove the unnecessary statement in find_match()Duan Jiong2013-10-301-1/+1
* mac802154: Use pr_err(...) rather than printk(KERN_ERR ...)Chen Weilong2013-10-301-4/+2
* bgmac: pass received packet to the netif instead of copying itRafał Miłecki2013-10-301-27/+39
* tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-301-89/+84
* arc_emac: drop redundant mac address checkLuka Perkov2013-10-291-3/+3
* mvneta: drop redundant mac address checkLuka Perkov2013-10-291-1/+1
* octeon_mgmt: drop redundant mac address checkLuka Perkov2013-10-291-1/+1
* tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2013-10-292-3/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-10-299-81/+366
|\
| * i40e: fix error return code in i40e_probe()Wei Yongjun2013-10-291-1/+3
| * ixgbevf: Add zero_base handler to network statisticsDon Skidmore2013-10-292-34/+45
| * ixgbevf: add BP_EXTENDED_STATS for CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-293-0/+60
| * ixgbevf: implement CONFIG_NET_RX_BUSY_POLLJacob Keller2013-10-292-0/+177
| * ixgbevf: have clean_rx_irq return total_rx_packets cleanedJacob Keller2013-10-291-6/+7
| * ixgbevf: add ixgbevf_rx_skbJacob Keller2013-10-291-1/+15
| * ixgbe: remove unnecessary duplication of PCIe bandwidth displayJacob Keller2013-10-291-23/+13
| * ixgbe: show <2% for encoding loss on PCIe Gen3Jacob Keller2013-10-291-2/+2
| * ixgbe: fix qv_lock_napi call in ixgbe_napi_disable_allJacob Keller2013-10-292-16/+38
| * net: add might_sleep() call to napi_disableJacob Keller2013-10-291-0/+1
| * vxlan: Have the NIC drivers do less work for offloadsJoseph Gasparakis2013-10-292-4/+11
* | net: mvmdio: doc: mvmdio now used by mv643xx_ethLeigh Brown2013-10-291-5/+3
* | net: mvmdio: slight optimisation of orion_mdio_writeLeigh Brown2013-10-291-6/+4
* | net: mvmdio: orion_mdio_ready: remove manual pollLeigh Brown2013-10-291-21/+13
* | net: mvmdio: make orion_mdio_wait_ready consistentLeigh Brown2013-10-291-22/+30
* | net/benet: Make lancer_wait_ready() staticGavin Shan2013-10-292-2/+1
* | net/benet: Remove interface typeGavin Shan2013-10-292-6/+0
* | netconsole: Convert to pr_<level>Joe Perches2013-10-291-30/+27
* | net: sched: cls_bpf: add BPF-based classifierDaniel Borkmann2013-10-294-0/+410
* | bgmac: separate RX descriptor setup code into a new functionRafał Miłecki2013-10-291-19/+22
|/
* net, mc: fix the incorrect comments in two mc-related functionsZhi Yong Wu2013-10-291-2/+2
* net, iovec: fix the incorrect comment in memcpy_fromiovecend()Zhi Yong Wu2013-10-291-1/+1
* net, datagram: fix the incorrect comment in zerocopy_sg_from_iovec()Zhi Yong Wu2013-10-291-1/+1
* vxlan: silence one build warningZhi Yong Wu2013-10-291-17/+14
* ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa2013-10-291-4/+8
* virtio_net: migrate mergeable rx buffers to page frag allocatorsMichael Dalton2013-10-281-58/+106
* ipv6: Remove privacy config option.David S. Miller2013-10-284-62/+4
* Merge branch '6lowpan'David S. Miller2013-10-281-9/+5
|\
| * 6lowpan: remove unnecessary breakAlexander Aring2013-10-281-1/+0
| * 6lowpan: remove skb->dev assignmentAlexander Aring2013-10-281-1/+0
| * 6lowpan: use netdev_alloc_skb instead dev_alloc_skbAlexander Aring2013-10-281-2/+2
| * 6lowpan: remove unnecessary check on err >= 0Alexander Aring2013-10-281-1/+1
| * 6lowpan: remove unnecessary ret variableAlexander Aring2013-10-281-4/+2
|/
* sctp: merge two if statements to onewangweidong2013-10-281-9/+5
* sctp: remove the repeat initialize with 0wangweidong2013-10-281-21/+8
* sctp: fix some comments in chunk.c and associola.cwangweidong2013-10-282-3/+3
* veth: extend features to support tunnelingEric Dumazet2013-10-281-0/+3
* inet: restore gso for vxlanEric Dumazet2013-10-281-8/+7
* Revert "Merge branch 'bonding_monitor_locking'"David S. Miller2013-10-283-40/+89
* be2net: add support for ndo_busy_pollSathya Perla2013-10-272-18/+187
OpenPOWER on IntegriCloud