| Commit message (Expand) | Author | Age | Files | Lines |
* | rtnl: fix msg size calculation in if_nlmsg_size() | Nicolas Dichtel | 2016-03-31 | 1 | -0/+1 |
* | fec: Do not access unexisting register in Coldfire | Fabio Estevam | 2016-03-31 | 1 | -1/+1 |
* | net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES | Jisheng Zhang | 2016-03-31 | 1 | -9/+1 |
* | net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTES | Jisheng Zhang | 2016-03-31 | 1 | -13/+1 |
* | net: dsa: mv88e6xxx: Clear the PDOWN bit on setup | Patrick Uiterwijk | 2016-03-31 | 2 | -0/+44 |
* | net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write} | Patrick Uiterwijk | 2016-03-31 | 1 | -13/+36 |
* | Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 2016-03-31 | 9 | -121/+107 |
|\ |
|
| * | ixgbe: Fix cls_u32 offload support for L4 ports | Sridhar Samudrala | 2016-03-30 | 1 | -12/+4 |
| * | ixgbe: Fix cls_u32 offload support for fields with masks | Sridhar Samudrala | 2016-03-30 | 2 | -7/+5 |
| * | ixgbe: fix error handling in TC cls_u32 offload routines | Sridhar Samudrala | 2016-03-30 | 1 | -18/+34 |
| * | ixgbe: make __ixgbe_setup_tc static | Emil Tantilov | 2016-03-30 | 1 | -2/+2 |
| * | ixgbevf: fix error code path when setting MAC address | Emil Tantilov | 2016-03-30 | 2 | -5/+11 |
| * | ixgbevf: call ndo_stop() instead of dev_close() when running offline selftest | Stefan Assmann | 2016-03-30 | 3 | -4/+6 |
| * | ixgbe: call ndo_stop() instead of dev_close() when running offline selftest | Stefan Assmann | 2016-03-30 | 3 | -4/+6 |
| * | ixgbe: Use udelay to avoid sleeping while atomic | Mark Rustad | 2016-03-30 | 1 | -1/+1 |
| * | ixgbe: Fix ATR so that it correctly handles IPv6 extension headers | Alexander Duyck | 2016-03-30 | 1 | -24/+21 |
| * | ixgbe: Store VXLAN port number in network order | Alexander Duyck | 2016-03-30 | 2 | -49/+20 |
| * | ixgbe: Fix for RAR0 not being set to default MAC addr | Tushar Dave | 2016-03-30 | 1 | -0/+2 |
* | | bpf: make padding in bpf_tunnel_key explicit | Daniel Borkmann | 2016-03-31 | 2 | -1/+5 |
* | | ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates | Eric Dumazet | 2016-03-31 | 1 | -2/+2 |
* | | bnxt_en: Fix ethtool -a reporting. | Michael Chan | 2016-03-31 | 1 | -4/+2 |
* | | bnxt_en: Fix typo in bnxt_hwrm_set_pause_common(). | Michael Chan | 2016-03-31 | 1 | -1/+1 |
* | | bnxt_en: Implement proper firmware message padding. | Michael Chan | 2016-03-31 | 2 | -1/+7 |
* | | bnxt_en: Initialize CP doorbell value before ring allocation | Prashant Sreedharan | 2016-03-31 | 1 | -1/+1 |
* | | team: team should sync the port's uc/mc addrs when add a port | Xin Long | 2016-03-30 | 1 | -0/+5 |
* | | gro: Allow tunnel stacking in the case of FOU/GUE | Alexander Duyck | 2016-03-30 | 1 | -0/+16 |
* | | qed: initialize return rc to avoid returning garbage | Colin Ian King | 2016-03-30 | 1 | -1/+1 |
* | | sctp: really allow using GFP_KERNEL on sctp_packet_transmit | Marcelo Ricardo Leitner | 2016-03-30 | 1 | -3/+3 |
* | | bridge: Allow set bridge ageing time when switchdev disabled | Haishuang Yan | 2016-03-30 | 1 | -1/+1 |
|/ |
|
* | qmi_wwan: add "D-Link DWM-221 B1" device id | Bjørn Mork | 2016-03-29 | 1 | -0/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2016-03-28 | 14 | -122/+170 |
|\ |
|
| * | netfilter: ipv4: fix NULL dereference | Liping Zhang | 2016-03-28 | 2 | -36/+38 |
| * | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN... | Pablo Neira Ayuso | 2016-03-28 | 4 | -0/+10 |
| * | netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f... | Pablo Neira Ayuso | 2016-03-28 | 1 | -1/+6 |
| * | netfilter: x_tables: fix unconditional helper | Florian Westphal | 2016-03-28 | 3 | -33/+31 |
| * | netfilter: x_tables: make sure e->next_offset covers remaining blob size | Florian Westphal | 2016-03-28 | 3 | -6/+12 |
| * | netfilter: x_tables: validate e->target_offset early | Florian Westphal | 2016-03-28 | 3 | -27/+24 |
| * | openvswitch: call only into reachable nf-nat code | Arnd Bergmann | 2016-03-28 | 2 | -9/+11 |
| * | openvswitch: Fix checking for new expected connections. | Jarno Rajahalme | 2016-03-28 | 1 | -2/+3 |
| * | netfilter: ipset: fix race condition in ipset save, swap and delete | Vishwanath Pai | 2016-03-28 | 5 | -8/+35 |
* | | net: macb: Only call GPIO functions if there is a valid GPIO | Charles Keepax | 2016-03-28 | 1 | -3/+5 |
* | | net: hns: set-coalesce-usecs returns errno by dsaf.ko | Lisheng | 2016-03-28 | 3 | -6/+8 |
* | | net: hns: fixed the setting and getting overtime bug | Lisheng | 2016-03-28 | 4 | -154/+126 |
* | | openvswitch: Use proper buffer size in nla_memcpy | Haishuang Yan | 2016-03-28 | 1 | -1/+2 |
|/ |
|
* | ravb: fix software timestamping | Lino Sanfilippo | 2016-03-28 | 1 | -1/+1 |
* | net: sxgbe: fix error paths in sxgbe_platform_probe() | Rasmus Villemoes | 2016-03-28 | 1 | -2/+2 |
* | Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression. | Cosmin-Gabriel Samoila | 2016-03-28 | 1 | -5/+10 |
* | Fix returned tc and hoplimit values for route with IPv6 encapsulation | Quentin Armitage | 2016-03-28 | 1 | -2/+2 |
* | drivers/net/usb/plusb.c: Fix typo | Diego Viola | 2016-03-28 | 1 | -1/+1 |
* | net: macb: remove BUG_ON() and reset the queue to handle RX errors | Cyrille Pitchen | 2016-03-25 | 1 | -10/+49 |