aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-18net: add build-time checks for msg->msg_name sizeGravatar Steffen Hurrle 34-78/+68
2014-01-18net: introduce SO_BPF_EXTENSIONSGravatar Michal Sekletar 16-0/+43
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 72-266/+392
2014-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 25-130/+169
2014-01-17Merge branch 'ixgbevf'Gravatar David S. Miller 4-370/+403
2014-01-17ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionGravatar Emil Tantilov 2-140/+133
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoGravatar Emil Tantilov 2-40/+59
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoGravatar Emil Tantilov 2-95/+130
2014-01-17ixgbevf: add tx countersGravatar Emil Tantilov 1-0/+2
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadGravatar Emil Tantilov 3-20/+9
2014-01-17ixgbevf: move ring specific stats into ring specific structureGravatar Emil Tantilov 3-44/+62
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structGravatar Emil Tantilov 3-84/+61
2014-01-17Merge branch 'i40e'Gravatar David S. Miller 18-299/+1711
2014-01-17Bluetooth: remove direct compilation of 6lowpan_iphc.cGravatar Stephen Warren 1-4/+0
2014-01-17i40e: Fix device ID define names to align to standardGravatar Shannon Nelson 7-70/+70
2014-01-17i40e: add DCB option to KconfigGravatar Neerav Parikh 2-0/+10
2014-01-17i40e: add DCB and DCBNL supportGravatar Neerav Parikh 4-20/+669
2014-01-17i40e: implement DCB support infastructureGravatar Neerav Parikh 5-15/+712
2014-01-17i40e: refactor flow directorGravatar Anjali Singhai Jain 3-160/+221
2014-01-17i40e: rename definesGravatar Jesse Brandeburg 4-33/+33
2014-01-17i40e: whitespace fixesGravatar Jesse Brandeburg 4-5/+5
2014-01-17i40e: Change firmware workaroundGravatar Jesse Brandeburg 2-7/+2
2014-01-17i40e: fix compile warning on checksum_localGravatar Jesse Brandeburg 1-1/+1
2014-01-17Bluetooth: remove direct compilation of 6lowpan_iphc.cGravatar Stephen Warren 1-4/+0
2014-01-17virtio-net: fix build error when CONFIG_AVERAGE is not enabledGravatar Michael Dalton 1-0/+1
2014-01-17Merge branch 'ixgbe'Gravatar David S. Miller 3-4/+6
2014-01-17ixgbevf: bump versionGravatar Don Skidmore 1-1/+1
2014-01-17ixgbe: bump version numberGravatar Don Skidmore 1-1/+1
2014-01-17ixgbe: add braces around else condition in ixgbe_qv_lock_* callsGravatar Jacob Keller 1-2/+4
2014-01-17s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructionsGravatar Heiko Carstens 1-8/+8
2014-01-17net: ftgmac100: use kfree_skb() where appropriateGravatar Eric Dumazet 1-3/+3
2014-01-17Merge branch 'bonding_slave_sysfs'Gravatar David S. Miller 9-15/+294
2014-01-17bonding: add netlink attributes to slave link devGravatar sfeldma@cumulusnetworks.com 6-2/+118
2014-01-17bonding: add sysfs /slave dir for bond slave devices.Gravatar sfeldma@cumulusnetworks.com 5-13/+176
2014-01-17net: vxlan: do not use vxlan_net before checking event typeGravatar Daniel Borkmann 1-2/+4
2014-01-17Merge branch 'ixgbe'Gravatar David S. Miller 3-4/+9
2014-01-17ixgbe: set driver_max_VFs should be done before enabling SRIOVGravatar ethan.zhao 1-1/+1
2014-01-17ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63Gravatar ethan.zhao 3-4/+9
2014-01-17ipv4: fix a dst leak in tunnelsGravatar Eric Dumazet 2-21/+14
2014-01-17sh_eth: Add support for r7s72100Gravatar Simon Horman 2-8/+119
2014-01-17sh_eth: Use bool as return type of sh_eth_is_gether()Gravatar Simon Horman 1-5/+2
2014-01-17ipv6: send Change Status Report after DAD is completedGravatar Flavio Leitner 1-24/+33
2014-01-17parisc: fix SO_MAX_PACING_RATE typoGravatar Eric Dumazet 1-1/+1
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceGravatar Hannes Frederic Sowa 2-22/+17
2014-01-17tcp: metrics: Avoid duplicate entries with the same destination-IPGravatar Christoph Paasch 1-19/+32
2014-01-17qlcnic: remove unused codeGravatar stephen hemminger 2-31/+0
2014-01-17qlcnic: make local functions staticGravatar stephen hemminger 13-103/+97
2014-01-17ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAITGravatar Florent Fourcot 3-9/+15
2014-01-17net: rds: fix per-cpu helper usageGravatar Gerald Schaefer 1-4/+3
2014-01-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 129-1794/+3808