aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-13macvtap: slient sparse warningsJason Wang1-1/+1
2013-06-12Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller3-0/+91
2013-06-12team: remove synchronize_rcu() called during port disableJiri Pirko1-0/+10
2013-06-12team: use kfree_rcu instead of synchronize_rcu in team_port_devJiri Pirko1-0/+1
2013-06-12doc:networking: Update comment for dev_id field in netdevice.hNarendra K1-2/+4
2013-06-12igmp: hash a hash table to speedup ip_check_mc_rcu()Eric Dumazet2-0/+6
2013-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville3-0/+91
2013-06-11netlink: Add compare function for netlink_tableGao feng1-0/+1
2013-06-10net: remove last caller of skb_tail_offset() and itselfCong Wang1-8/+0
2013-06-10net: add low latency socket pollEliezer Tamir2-2/+9
2013-06-10net: add napi_id and hashEliezer Tamir1-0/+29
2013-06-07macvtap: add TUNSETQUEUE ioctlJason Wang1-0/+4
2013-06-07macvlan: change the max number of queues to 16Jason Wang1-1/+1
2013-06-07macvlan: switch to use IS_ENABLED()Jason Wang1-1/+1
2013-06-07net: vlan: minor: remove unused HAVE_VLAN_PUT_TAGDaniel Borkmann1-2/+0
2013-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-06-06net: Unbreak compat_sys_{send,recv}msgAndy Lutomirski1-0/+3
2013-06-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-1/+10
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-14/+93
2013-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-1/+48
2013-06-04net: do not manually initialize enumeratorsJean Sacren1-3/+3
2013-06-03cw1200: rename the cw1200 platform definition headerSolomon Peachy1-0/+0
2013-06-03cw1200: Rework SDIO platform support to prevent build problems.Solomon Peachy1-1/+36
2013-06-03cw1200: Replace use of 'struct resource' with 'int' for GPIO fields.Solomon Peachy1-6/+6
2013-06-03cw1200: move platform_data header to correct location.Solomon Peachy1-0/+0
2013-06-03Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2013-06-02net: force a reload of first item in hlist_nulls_for_each_entry_rcuEric Dumazet1-1/+6
2013-05-31list: introduce list_first_entry_or_nullJiri Pirko1-0/+11
2013-05-31phy: add reverse MII PHY connection typeFlorian Fainelli1-0/+1
2013-05-31udp6: Fix udp fragmentation for tunnel traffic.Pravin B Shelar1-0/+15
2013-05-31net: clean up skb headers codeCong Wang1-2/+2
2013-05-31phy: Add Marvell 88E1510 phy IDMichal Simek1-0/+1
2013-05-31phy: Add Marvell 88E1116R phy IDMichal Simek1-0/+1
2013-05-30net: mv643xx_eth: add phy_node to platform_data structSebastian Hesselbarth1-0/+2
2013-05-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+16
2013-05-30aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz1-2/+3
2013-05-29cw1200: add driver for the ST-E CW1100 & CW1200 WLAN chipsetsSolomon Peachy1-0/+46
2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-0/+9
2013-05-28net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman1-0/+9
2013-05-28net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang1-0/+6
2013-05-28net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko1-0/+5
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-0/+13
2013-05-27netpoll: remove return value from netpoll_rx_disable()dingtianhong1-2/+2
2013-05-27MPLS: Add limited GSO supportSimon Horman3-1/+9
2013-05-27net: Use 16bits for *_headers fields of struct skbuffSimon Horman1-113/+6
2013-05-27phy: allow drivers to flag a PHY device as internalFlorian Fainelli1-0/+12
2013-05-25net: add netnotifier event for upper device changeJiri Pirko1-0/+1
2013-05-25Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-0/+9
2013-05-24Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-8/+32
2013-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-23/+81