summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-20Merge branch 'bonding'David S. Miller1-0/+21
2013-04-20bonding: in bond_mc_swap() bond's mc addr list is walked without locknikolay@redhat.com1-0/+4
2013-04-20bonding: disable netpoll on enslave failurenikolay@redhat.com1-0/+1
2013-04-20bonding: primary_slave & curr_active_slave are not cleaned on enslave failurenikolay@redhat.com1-0/+10
2013-04-20bonding: vlans don't get deleted on enslave failurenikolay@redhat.com1-0/+1
2013-04-20bonding: mc addresses don't get deleted on enslave failurenikolay@redhat.com1-0/+5
2013-04-20pkt_sched: fix error return code in fw_change_attrs()Wei Yongjun1-1/+1
2013-04-20irda: small read past the end of array in debug codeDan Carpenter3-3/+13
2013-04-20sparc64: Fix race in TLB batch processing.David S. Miller7-55/+241
2013-04-20ARM: 7699/1: sched_clock: Add more notrace to prevent recursionStephen Boyd1-2/+2
2013-04-20bond: add support to read speed and duplex via ethtoolAndy Gospodarek1-0/+32
2013-04-20packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann1-34/+23
2013-04-20net: socket: move ktime2ts to ktime header apiDaniel Borkmann2-16/+22
2013-04-20net: Add .gitignore to networking selftests directory.David S. Miller1-0/+3
2013-04-20net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller1-0/+3
2013-04-20Merge branch 'qlcnic'David S. Miller13-145/+1604
2013-04-20qlcnic: Update version to 5.2.41Rajesh Borundia1-2/+2
2013-04-20qlcnic: Support polling for mailbox events.Rajesh Borundia4-1/+37
2013-04-20qlcnic: Fix loopback test for SR-IOV PF.Rajesh Borundia6-22/+78
2013-04-20qlcnic: Support VLAN id config.Rajesh Borundia8-29/+492
2013-04-20qlcnic: Support MAC address, Tx rate config.Rajesh Borundia4-3/+213
2013-04-20qlcnic: VF reset recovery implementation.Rajesh Borundia8-43/+440
2013-04-20qlcnic: VF FLR implementation.Rajesh Borundia4-18/+320
2013-04-20qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia7-30/+25
2013-04-19Merge branch 'netlink-mmap'David S. Miller21-74/+1331
2013-04-19nfnetlink: add support for memory mapped netlinkPatrick McHardy4-5/+17
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy6-21/+23
2013-04-19netlink: add documentation for memory mapped I/OPatrick McHardy1-0/+339
2013-04-19netlink: add RX/TX-ring support to netlink diagPatrick McHardy2-0/+42
2013-04-19netlink: add flow control for memory mapped I/OPatrick McHardy1-27/+61
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy2-3/+143
2013-04-19netlink: implement memory mapped sendmsg()Patrick McHardy1-6/+129
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy2-2/+190
2013-04-19netlink: mmaped netlink: ring setupPatrick McHardy4-2/+327
2013-04-19netlink: add netlink_skb_set_owner_r()Patrick McHardy1-3/+17
2013-04-19netlink: don't orphan skb in netlink_trim()Patrick McHardy1-1/+1
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy2-1/+35
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy6-9/+9
2013-04-19netlink: add symbolic value for congested statePatrick McHardy1-7/+11
2013-04-19Merge branch '8021ad'David S. Miller101-566/+726
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy3-3/+5
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy8-16/+61
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy56-84/+107
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy12-84/+108
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy34-137/+184
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy78-266/+285
2013-04-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+4
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-3/+19
2013-04-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-157/+211
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet1-33/+31