summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-31rtl8187: fix compile warningAndrea Merello1-1/+1
2014-03-31rtlwifi: rtl8188ee: enable MSI interrupts modeAdam Lee1-0/+1
2014-03-31rtlwifi: add MSI interrupts mode supportAdam Lee1-2/+63
2014-03-31mwifiex: use timeout variant for wait_event_interruptibleAmitkumar Karwar1-2/+3
2014-03-31mwifiex: cancel pending commands for signalAmitkumar Karwar1-0/+1
2014-03-31mwifiex: scan command preparation failure handlingAmitkumar Karwar1-2/+15
2014-03-31Merge branch 'filter-next'David S. Miller20-536/+1658
2014-03-31doc: filter: extend BPF documentation to document new internalsAlexei Starovoitov1-0/+125
2014-03-31net: filter: rework/optimize internal BPF interpreter's instruction setAlexei Starovoitov4-372/+1279
2014-03-31net: isdn: use sk_unattached_filter apiDaniel Borkmann2-23/+43
2014-03-31net: ppp: use sk_unattached_filter apiDaniel Borkmann1-19/+41
2014-03-31net: ptp: do not reimplement PTP/BPF classifierDaniel Borkmann5-38/+12
2014-03-31net: ptp: use sk_unattached_filter_create() for BPFDaniel Borkmann2-11/+14
2014-03-31net: filter: move filter accounting to filter coreDaniel Borkmann3-42/+42
2014-03-31net: filter: keep original BPF program aroundDaniel Borkmann3-31/+93
2014-03-31net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann7-6/+15
2014-03-29Merge branch 'xen-netback'David S. Miller1-4/+29
2014-03-29xen-netback: BUG_ON in xenvif_rx_action() not catching overflowPaul Durrant1-1/+7
2014-03-29xen-netback: worse-case estimate in xenvif_rx_action is underestimatingPaul Durrant1-1/+20
2014-03-29xen-netback: remove pointless clause from if statementPaul Durrant1-2/+2
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller48-267/+527
2014-03-29phy/at8031: enable at8031 to work on interrupt modeZhao Qiang1-0/+30
2014-03-29ipv6: fix checkpatch errors of "foo*" and "foo * bar"Wang Yufen1-15/+15
2014-03-29ipv6: fix checkpatch errors of brace and trailing statementsWang Yufen1-8/+10
2014-03-29ipv6: fix checkpatch errors comments and spaceWang Yufen1-14/+12
2014-03-29Merge branch 'netpoll-next'David S. Miller10-85/+91
2014-03-29netpoll: Respect NETIF_F_LLTXEric W. Biederman2-5/+10
2014-03-29netpoll: Remove strong unnecessary assumptions about skbsEric W. Biederman1-2/+2
2014-03-29netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enableEric W. Biederman3-12/+12
2014-03-29netpoll: Move rx enable/disable into __dev_close_manyEric W. Biederman1-9/+4
2014-03-29netpoll: Only call ndo_start_xmit from a single placeEric W. Biederman1-25/+36
2014-03-29netpoll: Remove gfp parameter from __netpoll_setupEric W. Biederman9-34/+29
2014-03-29Merge branch 'skb_cow_head'David S. Miller8-51/+33
2014-03-29wimax/i2400m: remove open-coded skb_cow_head.françois romieu1-2/+1
2014-03-29tg3: remove open-coded skb_cow_head.françois romieu1-2/+1
2014-03-29bna: remove open-coded skb_cow_head.françois romieu1-6/+4
2014-03-29qlge: remove open-coded skb_cow_head.françois romieu1-5/+4
2014-03-29jme: remove open-coded skb_cow_head.françois romieu1-14/+2
2014-03-29atl1e: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-29atl1c: remove open-coded skb_cow_head.françois romieu1-7/+7
2014-03-29atl1: remove open-coded skb_cow_head.françois romieu1-8/+7
2014-03-29net: mvneta: use devm_ioremap_resource() instead of of_iomap()Thomas Petazzoni1-7/+7
2014-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-195/+363
2014-03-28Merge branch 'vlan_offloads'David S. Miller5-3/+19
2014-03-28vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2-0/+10
2014-03-28veth: Turn off vlan rx acceleration in vlan_featuresVlad Yasevich1-1/+4
2014-03-28ifb: Remove vlan acceleration from vlan_featuresVlad Yasevich1-1/+2
2014-03-28qlge: Do not propaged vlan tag offloads to vlansVlad Yasevich1-1/+3
2014-03-28bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2-5/+20
2014-03-28net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich3-6/+12