aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-19ipv6: make IPV6_RECVPKTINFO work for ipv4 datagramsHannes Frederic Sowa10-24/+68
2014-01-19sch_netem: replace magic numbers with enumerateYang Yingliang1-19/+28
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot5-0/+25
2014-01-19ipv6: add a flag to get the flow label used remotlyFlorent Fourcot4-3/+14
2014-01-19ipv6: add the IPV6_FL_F_REFLECT flag to IPV6_FL_A_GETFlorent Fourcot4-1/+34
2014-01-18ipv4: be friend with drop monitorEric Dumazet4-6/+6
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle34-78/+68
2014-01-18net: introduce SO_BPF_EXTENSIONSMichal Sekletar16-0/+43
2014-01-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller72-266/+392
2014-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds25-130/+169
2014-01-17Merge branch 'ixgbevf'David S. Miller4-370/+403
2014-01-17ixgbevf: merge ixgbevf_tx_map and ixgbevf_tx_queue into a single functionEmil Tantilov2-140/+133
2014-01-17ixgbevf: redo dma mapping using the tx buffer infoEmil Tantilov2-40/+59
2014-01-17ixgbevf: make the first tx_buffer a repository for most of the skb infoEmil Tantilov2-95/+130
2014-01-17ixgbevf: add tx countersEmil Tantilov1-0/+2
2014-01-17ixgbevf: remove counters for Tx/Rx checksum offloadEmil Tantilov3-20/+9
2014-01-17ixgbevf: move ring specific stats into ring specific structureEmil Tantilov3-44/+62
2014-01-17ixgbevf: make use of the dev pointer in the ixgbevf_ring structEmil Tantilov3-84/+61
2014-01-17Merge branch 'i40e'David S. Miller18-299/+1711
2014-01-17Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren1-4/+0
2014-01-17i40e: Fix device ID define names to align to standardShannon Nelson7-70/+70
2014-01-17i40e: add DCB option to KconfigNeerav Parikh2-0/+10
2014-01-17i40e: add DCB and DCBNL supportNeerav Parikh4-20/+669
2014-01-17i40e: implement DCB support infastructureNeerav Parikh5-15/+712
2014-01-17i40e: refactor flow directorAnjali Singhai Jain3-160/+221
2014-01-17i40e: rename definesJesse Brandeburg4-33/+33
2014-01-17i40e: whitespace fixesJesse Brandeburg4-5/+5
2014-01-17i40e: Change firmware workaroundJesse Brandeburg2-7/+2
2014-01-17i40e: fix compile warning on checksum_localJesse Brandeburg1-1/+1
2014-01-17Bluetooth: remove direct compilation of 6lowpan_iphc.cStephen Warren1-4/+0
2014-01-17virtio-net: fix build error when CONFIG_AVERAGE is not enabledMichael Dalton1-0/+1
2014-01-17Merge branch 'ixgbe'David S. Miller3-4/+6
2014-01-17ixgbevf: bump versionDon Skidmore1-1/+1
2014-01-17ixgbe: bump version numberDon Skidmore1-1/+1
2014-01-17ixgbe: add braces around else condition in ixgbe_qv_lock_* callsJacob Keller1-2/+4
2014-01-17s390/bpf,jit: fix 32 bit divisions, use unsigned divide instructionsHeiko Carstens1-8/+8
2014-01-17net: ftgmac100: use kfree_skb() where appropriateEric Dumazet1-3/+3
2014-01-17Merge branch 'bonding_slave_sysfs'David S. Miller9-15/+294
2014-01-17bonding: add netlink attributes to slave link devsfeldma@cumulusnetworks.com6-2/+118
2014-01-17bonding: add sysfs /slave dir for bond slave devices.sfeldma@cumulusnetworks.com5-13/+176
2014-01-17net: vxlan: do not use vxlan_net before checking event typeDaniel Borkmann1-2/+4
2014-01-17Merge branch 'ixgbe'David S. Miller3-4/+9
2014-01-17ixgbe: set driver_max_VFs should be done before enabling SRIOVethan.zhao1-1/+1
2014-01-17ixgbe: define IXGBE_MAX_VFS_DRV_LIMIT macro and cleanup const 63ethan.zhao3-4/+9
2014-01-17ipv4: fix a dst leak in tunnelsEric Dumazet2-21/+14
2014-01-17sh_eth: Add support for r7s72100Simon Horman2-8/+119
2014-01-17sh_eth: Use bool as return type of sh_eth_is_gether()Simon Horman1-5/+2
2014-01-17ipv6: send Change Status Report after DAD is completedFlavio Leitner1-24/+33
2014-01-17parisc: fix SO_MAX_PACING_RATE typoEric Dumazet1-1/+1
2014-01-17ipv6: simplify detection of first operational link-local address on interfaceHannes Frederic Sowa2-22/+17