summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ipv4: not do cache for local delivery if bc_forwarding is enabledXin Long2019-06-061-12/+12
* Merge branch 's390-qeth-fixes'David S. Miller2019-06-053-12/+44
|\
| * s390/qeth: handle error when updating TX queue countJulian Wiedmann2019-06-051-6/+16
| * s390/qeth: fix VLAN attribute in bridge_hostnotify udev eventAlexandra Winter2019-06-051-1/+1
| * s390/qeth: check dst entry before useJulian Wiedmann2019-06-051-5/+25
| * s390/qeth: handle limited IPv4 broadcast in L3 TX pathJulian Wiedmann2019-06-051-0/+2
|/
* net: fix indirect calls helpers for ptype list hooks.Paolo Abeni2019-06-051-3/+3
* net: ipvlan: Fix ipvlan device tso disabled while NETIF_F_IP_CSUM is setMiaohe Lin2019-06-051-1/+1
* udp: only choose unbound UDP socket for multicast when not in a VRFTim Beale2019-06-051-2/+1
* Merge branch 'net-tls-redo-the-RX-resync-locking'David S. Miller2019-06-042-8/+22
|\
| * net/tls: replace the sleeping lock around RX resync with a bit lockJakub Kicinski2019-06-042-6/+25
| * Revert "net/tls: avoid NULL-deref on resync during device removal"Jakub Kicinski2019-06-041-10/+5
|/
* net: dsa: sja1105: Fix link speed not working at 100 Mbps and belowVladimir Oltean2019-06-041-16/+16
* net: phylink: avoid reducing support maskRussell King2019-06-041-4/+9
* net: sfp: read eeprom in maximum 16 byte incrementsRussell King2019-06-041-4/+20
* selftests: set sysctl bc_forwarding properly in router_broadcast.shXin Long2019-06-041-1/+4
* net: ethernet: mediatek: Use NET_IP_ALIGN to judge if HW RX_2BYTE_OFFSET is e...Sean Wang2019-06-041-1/+2
* net: ethernet: mediatek: Use hw_feature to judge if HWLRO is supportedSean Wang2019-06-041-6/+6
* net: ethernet: ti: cpsw_ethtool: fix ethtool ring param setIvan Khoronzhuk2019-06-031-1/+1
* packet: unconditionally free po->rolloverWillem de Bruijn2019-06-031-1/+1
* Update my email addressWei Liu2019-06-021-1/+1
* net: hns: Fix loopback test failed at copper portsYonglong Liu2019-06-021-0/+4
* net: dsa: mv88e6xxx: avoid error message on remove from VLAN 0Nikita Yushchenko2019-06-021-1/+1
* net: dsa: sja1105: Don't store frame type in skb->cbVladimir Oltean2019-05-312-19/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-3187-680/+1765
|\
| * net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-313-5/+9
| * ethtool: Check for vlan etype or vlan tci when parsing flow_ruleMaxime Chevallier2019-05-311-2/+6
| * net: don't clear sock->sk early to avoid trouble in strparserJakub Kicinski2019-05-301-1/+1
| * net-gro: fix use-after-free read in napi_gro_frags()Eric Dumazet2019-05-301-1/+1
| * Merge branch 'Fixes-for-DSA-tagging-using-802-1Q'David S. Miller2019-05-301-14/+65
| |\
| | * net: dsa: tag_8021q: Create a stable binary formatVladimir Oltean2019-05-301-10/+50
| | * net: dsa: tag_8021q: Change order of rx_vid setupIoana Ciornei2019-05-301-4/+15
| |/
| * net: mvpp2: fix bad MVPP2_TXQ_SCHED_TOKEN_CNTR_REG queue valueAntoine Tenart2019-05-301-6/+4
| * ipv4: tcp_input: fix stack out of bounds when parsing TCP options.Young Xiao2019-05-301-0/+2
| * Merge branch 'mlxsw-Two-small-fixes'David S. Miller2019-05-302-6/+9
| |\
| | * mlxsw: spectrum: Prevent force of 56GAmit Cohen2019-05-301-0/+4
| | * mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko2019-05-301-6/+5
| |/
| * net: dsa: mv88e6xxx: fix handling of upper half of STATS_TYPE_PORTRasmus Villemoes2019-05-301-1/+1
| * r8169: fix MAC address being lost in PCI D3Heiner Kallweit2019-05-301-0/+3
| * Merge tag 'mlx5-fixes-2019-05-28' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-05-304-18/+23
| |\
| | * net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-05-291-0/+13
| | * net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu2019-05-291-1/+1
| | * net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit2019-05-291-1/+1
| | * net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit2019-05-291-0/+4
| | * net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit2019-05-291-15/+3
| | * net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed2019-05-291-1/+1
| * | Merge branch 'XDP-generic-fixes'David S. Miller2019-05-302-46/+18
| |\ \
| | * | net: core: support XDP generic on stacked devices.Stephen Hemminger2019-05-301-46/+12
| | * | netvsc: unshare skb in VF rx handlerStephen Hemminger2019-05-301-0/+6
| |/ /
| * | udp: Avoid post-GRO UDP checksum recalculationSean Tranchetti2019-05-301-1/+8