summaryrefslogtreecommitdiffstats
path: root/drivers/net/tun.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-03vhost: fix skb leak in handle_rx()Wei Xu1-10/+10
2017-12-03bnxt_en: Fix a variable scoping in bnxt_hwrm_do_send_msg()Vasundhara Volam1-1/+1
2017-12-03bnxt_en: fix dst/src fid for vxlan encap/decap actionsSathya Perla1-22/+26
2017-12-03bnxt_en: wildcard smac while creating tunnel decap filterSunil Challa1-5/+2
2017-12-03bnxt_en: Need to unconditionally shut down RoCE in bnxt_shutdownRay Jui1-1/+2
2017-12-03net: dsa: support cross-chip FDB operationsVivien Didelot1-10/+4
2017-12-03net: dsa: introduce dsa_towards_port helperVivien Didelot1-10/+13
2017-12-03net: dsa: add switch mdb bitmap functionsVivien Didelot1-15/+33
2017-12-03net: dsa: add switch vlan bitmap functionsVivien Didelot1-15/+34
2017-12-03net: dsa: remove trans argument from mdb opsVivien Didelot5-20/+12
2017-12-03net: dsa: remove trans argument from vlan opsVivien Didelot7-29/+18
2017-12-03openvswitch: do not propagate headroom updates to internal portPaolo Abeni1-8/+1
2017-12-03net: dummy: remove fake SR-IOV functionalityJakub Kicinski1-214/+1
2017-12-03netdevsim: add SR-IOV functionalityJakub Kicinski2-2/+284
2017-12-03selftests/bpf: add offload test based on netdevsimJakub Kicinski3-2/+691
2017-12-03netdevsim: add bpf offload supportJakub Kicinski4-1/+529
2017-12-03netdevsim: add software driver for testing offloadsJakub Kicinski6-0/+167
2017-12-03net: xdp: make the stack take care of the tear downJakub Kicinski7-30/+22
2017-12-03net: xdp: report flags program was installed with on queryJakub Kicinski2-0/+3
2017-12-03net: xdp: avoid output parameters when querying XDP progJakub Kicinski3-12/+21
2017-12-01net: ethernet: ti: ale: fix port check in cpsw_ale_control_set/getGrygorii Strashko1-2/+2
2017-12-01net: ethernet: ti: ale: use devm_kzalloc in cpsw_ale_create()Grygorii Strashko4-22/+8
2017-12-01net: ethernet: ti: ale: move static initialization in cpsw_ale_create()Grygorii Strashko1-29/+28
2017-12-01net: ethernet: ti: ale: optimize ale entry mask bits configuartionGrygorii Strashko1-10/+3
2017-12-01net: ethernet: ti: ale: disable ale from stop()Grygorii Strashko1-1/+1
2017-12-01net: ethernet: ti: ale: use proper io apisGrygorii Strashko1-13/+13
2017-12-01net: ethernet: ti: cpsw: fix ale port numbersGrygorii Strashko1-1/+2
2017-12-01net: ethernet: ti: cpsw: move mac_hi/lo defines in cpsw.hGrygorii Strashko3-8/+5
2017-12-01net: ethernet: ti: cpsw: move platform data struct to .c fileGrygorii Strashko2-21/+21
2017-12-01net: ethernet: ti: cpsw: use proper io apisGrygorii Strashko1-18/+18
2017-12-01net: ethernet: ti: cpsw: drop unused var poll from cpsw_update_channels_resGrygorii Strashko1-3/+0
2017-12-01RISC-V: __io_writes should respect the length argumentPalmer Dabbelt1-1/+1
2017-12-01move libgcc.h to include/linuxChristoph Hellwig7-6/+6
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit28-169/+0
2017-12-01net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit2-16/+22
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu2-4/+267
2017-12-01ip6_gre: Refactor ip6gre xmit codesWilliam Tu1-48/+75
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu2-49/+56
2017-12-01bnxt_en: Add ETH_RESET_AP supportScott Branden2-0/+12
2017-12-01net: ethtool: add support for reset of AP inside NIC interface.Scott Branden1-0/+1
2017-12-01rds: tcp: atomically purge entries from rds_tcp_conn_list during netns deleteSowmini Varadhan2-2/+8
2017-12-01rds: tcp: correctly sequence cleanup on netns deletion.Sowmini Varadhan3-6/+7
2017-12-01rds: tcp: remove redundant function rds_tcp_conn_paths_destroy()Sowmini Varadhan1-24/+1
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy4-13/+55
2017-12-01phylink: ensure we take the link down when phylink_stop() is calledRussell King1-0/+1
2017-12-01sfp: warn about modules requiring address change sequenceRussell King1-1/+7
2017-12-01sfp: improve RX_LOS handlingRussell King1-11/+22
2017-12-01sfp: fix RX_LOS signal handlingRussell King1-3/+5
2017-12-01net: phy-micrel: check return code in flp center functionMax Uvarov1-2/+4
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala1-4/+0