summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-19Merge branch 'bonding'David S. Miller
2013-04-19bonding: in bond_mc_swap() bond's mc addr list is walked without locknikolay@redhat.com
2013-04-19bonding: disable netpoll on enslave failurenikolay@redhat.com
2013-04-19bonding: primary_slave & curr_active_slave are not cleaned on enslave failurenikolay@redhat.com
2013-04-19bonding: vlans don't get deleted on enslave failurenikolay@redhat.com
2013-04-19bonding: mc addresses don't get deleted on enslave failurenikolay@redhat.com
2013-04-19pkt_sched: fix error return code in fw_change_attrs()Wei Yongjun
2013-04-19irda: small read past the end of array in debug codeDan Carpenter
2013-04-19sparc64: Fix race in TLB batch processing.David S. Miller
2013-04-19ARM: 7699/1: sched_clock: Add more notrace to prevent recursionStephen Boyd
2013-04-19bond: add support to read speed and duplex via ethtoolAndy Gospodarek
2013-04-19packet: move hw/sw timestamp extraction into a small helperDaniel Borkmann
2013-04-19net: socket: move ktime2ts to ktime header apiDaniel Borkmann
2013-04-19net: Add .gitignore to networking selftests directory.David S. Miller
2013-04-19net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*David S. Miller
2013-04-19Merge branch 'qlcnic'David S. Miller
2013-04-19qlcnic: Update version to 5.2.41Rajesh Borundia
2013-04-19qlcnic: Support polling for mailbox events.Rajesh Borundia
2013-04-19qlcnic: Fix loopback test for SR-IOV PF.Rajesh Borundia
2013-04-19qlcnic: Support VLAN id config.Rajesh Borundia
2013-04-19qlcnic: Support MAC address, Tx rate config.Rajesh Borundia
2013-04-19qlcnic: VF reset recovery implementation.Rajesh Borundia
2013-04-19qlcnic: VF FLR implementation.Rajesh Borundia
2013-04-19qlcnic: Change 82xx adapter VLAN id endian type.Rajesh Borundia
2013-04-19Merge branch 'netlink-mmap'David S. Miller
2013-04-19nfnetlink: add support for memory mapped netlinkPatrick McHardy
2013-04-19netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy
2013-04-19netlink: add documentation for memory mapped I/OPatrick McHardy
2013-04-19netlink: add RX/TX-ring support to netlink diagPatrick McHardy
2013-04-19netlink: add flow control for memory mapped I/OPatrick McHardy
2013-04-19netlink: implement memory mapped recvmsg()Patrick McHardy
2013-04-19netlink: implement memory mapped sendmsg()Patrick McHardy
2013-04-19netlink: add mmap'ed netlink helper functionsPatrick McHardy
2013-04-19netlink: mmaped netlink: ring setupPatrick McHardy
2013-04-19netlink: add netlink_skb_set_owner_r()Patrick McHardy
2013-04-19netlink: don't orphan skb in netlink_trim()Patrick McHardy
2013-04-19net: add function to allocate sk_buff head without data areaPatrick McHardy
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2013-04-19netlink: add symbolic value for congested statePatrick McHardy
2013-04-19Merge branch '8021ad'David S. Miller
2013-04-19net: vlan: announce STAG offload capability in some driversPatrick McHardy
2013-04-19net: vlan: add 802.1ad supportPatrick McHardy
2013-04-19net: vlan: add protocol argument to packet tagging functionsPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad supportPatrick McHardy
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-19Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-04-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-04-19tcp: call tcp_replace_ts_recent() from tcp_ack()Eric Dumazet