aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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
2014-03-28MAINTAINERS: bonding: change email addressVeaceslav Falico1-1/+1
2014-03-28MAINTAINERS: bonding: change email addressJay Vosburgh1-1/+1
2014-03-28x86: fix boot on uniprocessor systemsArtem Fetishev1-1/+2
2014-03-28ocfs2: check if cluster name exists before derefSasha Levin1-1/+3
2014-03-28ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2-52/+145
2014-03-28net: net: add a core netdev->tx_dropped counterEric Dumazet2-3/+6
2014-03-28packet: respect devices with LLTX flag in direct xmitDaniel Borkmann1-20/+20
2014-03-28net: nlmon: flag nlmon devs with LLTX/SGDaniel Borkmann1-1/+2
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1
2014-03-28openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner1-20/+6
2014-03-28cxgb4vf: Adds device Id for few more Chelsio adaptersHariprasad Shenai1-0/+8
2014-03-28cxgb4: Adds device ID for few more Chelsio AdaptersHariprasad Shenai1-0/+12
2014-03-28bridge: Fix handling stacked vlan tagsToshiaki Makita1-17/+1
2014-03-28bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2-3/+15
2014-03-28net/mlx4: Implement vxlan ndo callsOr Gerlitz4-5/+91
2014-03-28mlx4: Add support for CONFIG_DEV commandOr Gerlitz4-0/+52
2014-03-28net/mlx4: USe one wrapper that returns -EPERMOr Gerlitz3-28/+4