aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-21dst: Metadata destinationsThomas Graf6-17/+112
2015-07-21icmp: Don't leak original dst into ip_route_input()Thomas Graf1-0/+1
2015-07-21ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel genericThomas Graf13-135/+128
2015-07-21mpls: ip tunnel supportRoopa Prabhu6-1/+304
2015-07-21mpls: export mpls functions for use by mpls iptunnelsRoopa Prabhu2-5/+15
2015-07-21ipv6: rt6_info output redirect to tunnel outputRoopa Prabhu1-0/+1
2015-07-21ipv4: redirect dst output to lwtunnel outputRoopa Prabhu1-0/+2
2015-07-21lwtunnel: support dst output redirect functionRoopa Prabhu2-0/+68
2015-07-21ipv6: support for fib route lwtunnel encap attributesRoopa Prabhu3-3/+35
2015-07-21ipv4: support for fib route lwtunnel encap attributesRoopa Prabhu5-4/+122
2015-07-21lwtunnel: infrastructure for handling light weight tunnels like mplsRoopa Prabhu6-0/+340
2015-07-21rtnetlink: introduce new RTA_ENCAP_TYPE and RTA_ENCAP attributesRoopa Prabhu1-0/+2
2015-07-21qmi_wwan: Add support for Dell Wireless 5809e 4G ModemPieter Hollants1-0/+1
2015-07-21xfrm: Fix a typoJakub Wilk1-1/+1
2015-07-21Merge branch 'cxgb4-dcb'David S. Miller3-17/+42
2015-07-21cxgb4 : Fill DCB priority in vlan control headersAnish Bhatt2-4/+13
2015-07-21cxgb4 : Fill in number of DCB traffic classes supportedAnish Bhatt1-0/+4
2015-07-21cxgb4 : Allow firmware DCB info to be queried in host stateAnish Bhatt1-11/+21
2015-07-21cxgb4 : Only pass app selector of 0 or 3 to firmwareAnish Bhatt1-2/+4
2015-07-21sctp: fix cut and paste issue in commentMarcelo Ricardo Leitner1-1/+1
2015-07-21Merge branch 'sctp-src-addr'David S. Miller1-15/+27
2015-07-21sctp: fix src address selection if using secondary addressesMarcelo Ricardo Leitner1-0/+10
2015-07-21sctp: reduce indent level on sctp_v4_get_dstMarcelo Ricardo Leitner1-15/+17
2015-07-21net/vxlan: Fix kernel unaligned access in __vxlan_find_macSowmini Varadhan1-1/+1
2015-07-21rhashtable: Allow other tasks to be scheduled in large lookup loopsThomas Graf1-0/+7
2015-07-20phylib: add driver for Teranetics TN2020Shaohui Xie3-0/+134
2015-07-20Merge branch 'bpf-push-pop-helpers'David S. Miller8-41/+197
2015-07-20test_bpf: add bpf_skb_vlan_push/pop() testsAlexei Starovoitov3-3/+98
2015-07-20bpf: introduce bpf_skb_vlan_push/pop() helpersAlexei Starovoitov6-38/+99
2015-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller15-180/+134
2015-07-20Merge branch 'bcmgenet-phy-rework'David S. Miller3-63/+59
2015-07-20net: bcmgenet: Remove init parameter from bcmgenet_mii_configFlorian Fainelli3-6/+5
2015-07-20net: bcmgenet: Delay PHY initialization to bcmgenet_open()Florian Fainelli3-30/+20
2015-07-20net: bcmgenet: Determine PHY type before scanning MDIO busFlorian Fainelli3-12/+32
2015-07-20net: bcmgenet: Power on integrated GPHY in bcmgenet_power_up()Florian Fainelli1-0/+2
2015-07-20net: bcmgenet: Use correct dev_id for free_irqFlorian Fainelli1-1/+1
2015-07-20net: bcmgenet: Remove excessive PHY resetFlorian Fainelli3-15/+0
2015-07-20Merge branch 'stmmac-cleanup'David S. Miller6-114/+126
2015-07-20stmmac: drop custom_* fields from plat_stmmacenet_dataJoachim Eastwood2-6/+0
2015-07-20stmmac: add proper probe function to dwmac-mesonJoachim Eastwood1-11/+20
2015-07-20stmmac: add proper probe function to dwmac-lpc18xxJoachim Eastwood1-36/+23
2015-07-20stmmac: export probe_config_dt() and get_platform_resources()Joachim Eastwood2-4/+14
2015-07-20stmmac: make stmmac_probe_config_dt return the platform data structJoachim Eastwood1-16/+12
2015-07-20stmmac: introduce stmmac_get_platform_resources()Joachim Eastwood1-27/+37
2015-07-20stmmac: clean up platform/of_match data retrievalJoachim Eastwood1-21/+29
2015-07-20stmmac: use of_device_get_match_data to retrieve of match dataJoachim Eastwood1-5/+3
2015-07-20Merge branch 'tipc-separate-link-and-aggregation'David S. Miller13-1018/+1431
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy8-389/+478
2015-07-20tipc: introduce node contact FSMJon Paul Maloy4-54/+185
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy4-80/+68