aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-15xen-netback: free queues after freeing the net deviceDavid Vrabel1-11/+5
2016-01-15xen-netback: delete NAPI instance when queue fails to initializeDavid Vrabel1-0/+1
2016-01-15xen-netback: use skb to determine number of required guest Rx requestsDavid Vrabel1-11/+9
2016-01-15net: sctp: Move sequence start handling into sctp_transport_get_idx()Geert Uytterhoeven1-3/+3
2016-01-15ipv6: update skb->csum when CE mark is propagatedEric Dumazet2-4/+17
2016-01-15net: phy: turn carrier off on phy attachSjoerd Simons1-0/+5
2016-01-15net: macb: clear interrupts when disabling themNathan Sullivan1-0/+4
2016-01-15sctp: support to lookup with ep+paddr in transport rhashtableXin Long1-15/+23
2016-01-15net: hns: fixes no syscon error when init mdioyankejian1-1/+1
2016-01-15dts: hisi: fixes no syscon fault when init mdioyankejian3-2/+23
2016-01-15net: preserve IP control block during GSO segmentationKonstantin Khlebnikov5-5/+11
2016-01-14fsl/fman: Delete one function call "put_device" in dtsec_config()Markus Elfring1-1/+0
2016-01-13hip04_eth: fix missing error handle for build_skb failedwangweidong1-1/+4
2016-01-133c59x: fix another page map/single unmap imbalanceNeil Horman1-1/+6
2016-01-133c59x: balance page maps and unmapsNeil Horman1-1/+1
2016-01-13x25_asy: Free x25_asy on x25_asy_open() failure.David S. Miller1-1/+3
2016-01-13mlxsw: fix SWITCHDEV_OBJ_ID_PORT_MDBDan Carpenter1-0/+1
2016-01-13genetlink: Fix off-by-one in genl_allocate_reserve_groups()David S. Miller1-1/+1
2016-01-13batman-adv: Fix list removal of batadv_hardif_neigh_nodeSven Eckelmann1-6/+12
2016-01-13batman-adv: fix lockdep splat when doing mcast_freeSimon Wunderlich1-0/+2
2016-01-13bgmac: fix a missing check for build_skbwangweidong1-0/+5
2016-01-12net: bnxt: always return values from _bnxt_get_max_ringsArnd Bergmann1-7/+9
2016-01-12net: bpf: reject invalid shiftsRabin Vincent2-0/+15
2016-01-12net: netlink: Fix multicast group storage allocation for families with more than one groupsMatti Vaittinen1-1/+1
2016-01-12net: bpf: reject invalid shiftsRabin Vincent2-0/+15
2016-01-12phonet: properly unshare skbs in phonet_rcv()Eric Dumazet1-0/+4
2016-01-12dwc_eth_qos: Fix dma address for multi-fragment skbsLars Persson1-1/+1
2016-01-12phy: remove an unneeded conditionDan Carpenter1-1/+1
2016-01-12mdio: remove an unneed conditionDan Carpenter1-4/+2
2016-01-12mdio_bus: NULL dereference on allocation errorDan Carpenter1-5/+6
2016-01-12kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han1-1/+2
2016-01-11net: Fix typo in netdev_intersect_featuresTom Herbert1-2/+2
2016-01-11net: freescale: mac-fec: Fix build error from phy_device API changeAndrew Lunn1-1/+1
2016-01-11net: freescale: ucc_geth: Fix build error from phy_device API changeAndrew Lunn1-1/+1
2016-01-11cgroup: rename cgroup documentationsTejun Heo14-0/+0
2016-01-11bonding: Prevent IPv6 link local address on enslaved devicesKarl Heiss1-1/+4
2016-01-11IB/mlx5: Add flow steering supportMaor Gottlieb3-1/+517
2016-01-11net/mlx5_core: Export flow steering APIMaor Gottlieb1-0/+5
2016-01-11net/mlx5_core: Make ipv4/ipv6 location more clearMaor Gottlieb1-2/+18
2016-01-11net/mlx5_core: Enable flow steering support for the IB driverMaor Gottlieb3-8/+51
2016-01-11net/mlx5_core: Initialize namespaces only when supported by deviceMaor Gottlieb1-21/+49
2016-01-11net/mlx5_core: Set priority attributesMaor Gottlieb2-19/+55
2016-01-11net/mlx5_core: Connect flow tablesMaor Gottlieb3-10/+104
2016-01-11net/mlx5_core: Introduce modify flow table commandMaor Gottlieb3-4/+83
2016-01-11net/mlx5_core: Managing root flow tableMaor Gottlieb5-10/+144
2016-01-11net/mlx5_core: Add utilities to find next and prev flow-tablesMaor Gottlieb1-0/+67
2016-01-11net/mlx5_core: Introduce flow steering autogrouped flow tableMaor Gottlieb3-19/+158
2016-01-11udp: disallow UFO for sockets with SO_NO_CHECK optionMichal Kubeček2-2/+2
2016-01-11net: pktgen: fix null ptr deref in skb allocationJohn Fastabend1-1/+3
2016-01-11bpf: support ipv6 for bpf_skb_{set,get}_tunnel_keyDaniel Borkmann2-8/+71