Age | Commit message (Expand) | Author | Files | Lines |
2016-03-31 | bnxt_en: Fix ethtool -a reporting. | Michael Chan | 1 | -4/+2 |
2016-03-31 | bnxt_en: Fix typo in bnxt_hwrm_set_pause_common(). | Michael Chan | 1 | -1/+1 |
2016-03-31 | bnxt_en: Implement proper firmware message padding. | Michael Chan | 2 | -1/+7 |
2016-03-31 | bnxt_en: Initialize CP doorbell value before ring allocation | Prashant Sreedharan | 1 | -1/+1 |
2016-03-31 | team: team should sync the port's uc/mc addrs when add a port | Xin Long | 1 | -0/+5 |
2016-03-30 | gro: Allow tunnel stacking in the case of FOU/GUE | Alexander Duyck | 1 | -0/+16 |
2016-03-30 | qed: initialize return rc to avoid returning garbage | Colin Ian King | 1 | -1/+1 |
2016-03-30 | sctp: really allow using GFP_KERNEL on sctp_packet_transmit | Marcelo Ricardo Leitner | 1 | -3/+3 |
2016-03-30 | bridge: Allow set bridge ageing time when switchdev disabled | Haishuang Yan | 1 | -1/+1 |
2016-03-29 | qmi_wwan: add "D-Link DWM-221 B1" device id | Bjørn Mork | 1 | -0/+1 |
2016-03-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 14 | -122/+170 |
2016-03-28 | netfilter: ipv4: fix NULL dereference | Liping Zhang | 2 | -36/+38 |
2016-03-28 | netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN... | Pablo Neira Ayuso | 4 | -0/+10 |
2016-03-28 | netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f... | Pablo Neira Ayuso | 1 | -1/+6 |
2016-03-28 | netfilter: x_tables: fix unconditional helper | Florian Westphal | 3 | -33/+31 |
2016-03-28 | netfilter: x_tables: make sure e->next_offset covers remaining blob size | Florian Westphal | 3 | -6/+12 |
2016-03-28 | netfilter: x_tables: validate e->target_offset early | Florian Westphal | 3 | -27/+24 |
2016-03-28 | openvswitch: call only into reachable nf-nat code | Arnd Bergmann | 2 | -9/+11 |
2016-03-28 | openvswitch: Fix checking for new expected connections. | Jarno Rajahalme | 1 | -2/+3 |
2016-03-28 | netfilter: ipset: fix race condition in ipset save, swap and delete | Vishwanath Pai | 5 | -8/+35 |
2016-03-28 | net: macb: Only call GPIO functions if there is a valid GPIO | Charles Keepax | 1 | -3/+5 |
2016-03-28 | net: hns: set-coalesce-usecs returns errno by dsaf.ko | Lisheng | 3 | -6/+8 |
2016-03-28 | net: hns: fixed the setting and getting overtime bug | Lisheng | 4 | -154/+126 |
2016-03-28 | openvswitch: Use proper buffer size in nla_memcpy | Haishuang Yan | 1 | -1/+2 |
2016-03-28 | ravb: fix software timestamping | Lino Sanfilippo | 1 | -1/+1 |
2016-03-28 | net: sxgbe: fix error paths in sxgbe_platform_probe() | Rasmus Villemoes | 1 | -2/+2 |
2016-03-28 | Drivers: isdn: hisax: isac.c: Fix assignment and check into one expression. | Cosmin-Gabriel Samoila | 1 | -5/+10 |
2016-03-28 | Fix returned tc and hoplimit values for route with IPv6 encapsulation | Quentin Armitage | 1 | -2/+2 |
2016-03-28 | drivers/net/usb/plusb.c: Fix typo | Diego Viola | 1 | -1/+1 |
2016-03-25 | net: macb: remove BUG_ON() and reset the queue to handle RX errors | Cyrille Pitchen | 1 | -10/+49 |
2016-03-25 | qlge: Update version to 1.00.00.35 | Manish Chopra | 1 | -1/+1 |
2016-03-25 | net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362 | Jaedon Shin | 2 | -0/+6 |
2016-03-25 | bpf: add missing map_flags to bpf_map_show_fdinfo | Daniel Borkmann | 1 | -2/+4 |
2016-03-25 | netpoll: Fix extra refcount release in netpoll_cleanup() | Bjorn Helgaas | 1 | -1/+2 |
2016-03-24 | net: bcmgenet: fix skb_len in bcmgenet_xmit_single() | Petri Gynther | 1 | -1/+1 |
2016-03-24 | net: bcmgenet: fix dev->stats.tx_bytes accounting | Petri Gynther | 2 | -4/+16 |
2016-03-24 | switchdev: fix typo in comments/doc | Nicolas Dichtel | 2 | -2/+2 |
2016-03-24 | net: macb: replace macb_writel() call by queue_writel() to update queue ISR | Cyrille Pitchen | 1 | -1/+1 |
2016-03-24 | Merge branch 'hns-fixes' | David S. Miller | 6 | -36/+41 |
2016-03-24 | net: hns: bug fix about getting hilink status for HNS v2 | Sheng Li | 2 | -18/+24 |
2016-03-24 | net: hns: fix warning of passing zero to 'PTR_ERR' | Kejian Yan | 1 | -1/+1 |
2016-03-24 | net: hns: optimizate irq proccess for HNS V2 | Sheng Li | 1 | -4/+5 |
2016-03-24 | net: hns: remove useless variable assignment and comment | Qianqian Xie | 1 | -4/+1 |
2016-03-24 | net: hns: bug fix for return values | Qianqian Xie | 1 | -2/+2 |
2016-03-24 | net: hns: optimizate fmt of snprintf() | Qianqian Xie | 1 | -1/+2 |
2016-03-24 | net: hns: fix a bug for cycle index | Qianqian Xie | 1 | -6/+6 |
2016-03-24 | xfrm: Fix crash observed during device unregistration and decryption | subashab@codeaurora.org | 1 | -0/+3 |
2016-03-24 | Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 17 | -235/+280 |
2016-03-24 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 17 | -121/+1065 |
2016-03-24 | Merge tag 'nfsd-4.6' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 14 | -466/+407 |