aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-22ip_tunnel: Provide tunnel metadata API for CONFIG_INET=nThomas Graf1-0/+15
2015-07-22ipv6: sysctl to restrict candidate source addressesErik Kline4-3/+28
2015-07-22r8152: support the new RTL8153 chiphayeswang1-1/+17
2015-07-22mpls_iptunnel: fix sparse warn: remove incorrect rcu_dereferenceRoopa Prabhu1-1/+1
2015-07-22bnx2x: Bump up driver version to 1.712.30Yuval Mintz1-1/+1
2015-07-22bnx2x: Add MFW dump supportYuval Mintz4-0/+51
2015-07-22bnx2x: new Multi-function mode - BDYuval Mintz8-15/+251
2015-07-22bnx2x: Add 84858 phy supportYaniv Rosner3-73/+232
2015-07-22bnx2x: Rebrand from 'broadcom' into 'qlogic'Yuval Mintz25-88/+142
2015-07-22bnx2x: Utilize FW 7.12.30Yuval Mintz8-70/+136
2015-07-22ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon1-2/+3
2015-07-21net: track success and failure of TCP PMTU probingRick Jones3-0/+6
2015-07-21ravb: fix ring memory allocationSergei Shtylyov1-25/+34
2015-07-21cxgb4: Add debugfs entry to enable backdoor accessHariprasad Shenai3-7/+15
2015-07-21net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy1-1/+1
2015-07-21mpls: make RTA_OIF optionalRoopa Prabhu1-1/+66
2015-07-21openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges1-1/+1
2015-07-21netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-07-21sfc: clean fallbacks between promisc/normal in efx_ef10_filter_sync_rx_modeEdward Cree1-80/+208
2015-07-21sfc: support cascaded multicast filtersDaniel Pieczko2-14/+44
2015-07-21sfc: re-factor efx_ef10_filter_sync_rx_mode()Daniel Pieczko1-91/+126
2015-07-21sfc: Insert multicast filters as well as mismatch filters in promiscuous modeJon Cooper1-51/+53
2015-07-21sfc: warn if other functions have been reset by MCFWDaniel Pieczko1-3/+14
2015-07-21sfc: add output flag decoding to efx_mcdi_set_workaroundDaniel Pieczko3-7/+25
2015-07-21sfc: cope with ENOSYS from efx_mcdi_get_workarounds()Edward Cree2-14/+25
2015-07-21sfc: enable cascaded multicast filters in MCFWDaniel Pieczko2-18/+47
2015-07-21sfc: update MCDI protocol definitionsEdward Cree1-846/+2583
2015-07-21ARM: net: fix vlan access instructions in ARM JIT.Nicolas Schichan1-3/+5
2015-07-21ARM: net: handle negative offsets in BPF JIT.Nicolas Schichan1-9/+38
2015-07-21ARM: net: fix condition for load_order > 0 when translating load instructions.Nicolas Schichan1-1/+1
2015-07-21tcp: suppress a division by zero warningEric Dumazet1-6/+5
2015-07-21tipc: fix compatibility bugJon Paul Maloy1-1/+1
2015-07-21mvneta: use inband status only when explicitly enabledStas Sergeev1-4/+5
2015-07-21of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev2-2/+21
2015-07-21net: phy: fixed_phy: handle link-down caseStas Sergeev1-3/+5
2015-07-21net: dsa: bcm_sf2: Do not override speed settingsFlorian Fainelli1-17/+1
2015-07-21Revert "fsnotify: fix oops in fsnotify_clear_marks_by_group_flags()"Linus Torvalds1-14/+20
2015-07-21net: #ifdefify sk_classid member of struct sockMathias Krause2-0/+6
2015-07-21drivers: net: cpsw: remove tx event processing in rx napi pollMugunthan V N1-6/+3
2015-07-21openvswitch: Use regular VXLAN net_device deviceThomas Graf10-507/+339
2015-07-21openvswitch: Abstract vport name through ovs_vport_name()Thomas Graf6-12/+9
2015-07-21openvswitch: Move dev pointer into vport itselfThomas Graf6-91/+59
2015-07-21openvswitch: Make tunnel set action attach a metadata dstThomas Graf6-13/+79
2015-07-21vxlan: Factor out device configurationThomas Graf2-155/+236
2015-07-21fib: Add fib rule match on tunnel idThomas Graf6-4/+53
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf8-5/+157
2015-07-21route: Extend flow representation with tunnel keyThomas Graf3-0/+18
2015-07-21vxlan: Flow based tunnelingThomas Graf6-23/+165
2015-07-21arp: Inherit metadata dst when creating ARP requestsThomas Graf1-28/+37