Age | Commit message (Expand) | Author | Files | Lines |
2016-07-25 | net: ipv6: Always leave anycast and multicast groups on link down | Mike Manning | 1 | -0/+4 |
2016-07-25 | Merge tag 'wireless-drivers-next-for-davem-2016-07-22' of git://git.kernel.or... | David S. Miller | 78 | -644/+1178 |
2016-07-25 | libcxgb: remove unused including <linux/version.h> | Wei Yongjun | 1 | -1/+0 |
2016-07-25 | sctp: use inet_recvmsg to support sctp RFS well | Xin Long | 2 | -2/+2 |
2016-07-25 | Merge branch 'macsec-icv-fixes' | David S. Miller | 2 | -25/+53 |
2016-07-25 | macsec: validate ICV length on link creation | Davide Caratti | 1 | -1/+13 |
2016-07-25 | macsec: fix error codes when a SA is created | Davide Caratti | 1 | -22/+36 |
2016-07-25 | macsec: limit ICV length to 16 octets | Davide Caratti | 2 | -2/+4 |
2016-07-25 | bridge: Fix incorrect re-injection of LLDP packets | Ido Schimmel | 1 | -0/+8 |
2016-07-25 | sctp: support ipv6 nonlocal bind | Xin Long | 1 | -1/+3 |
2016-07-25 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 12 | -352/+350 |
2016-07-25 | bpf, events: fix offset in skb copy handler | Daniel Borkmann | 4 | -9/+14 |
2016-07-25 | net/ncsi: avoid maybe-uninitialized warning | Arnd Bergmann | 1 | -13/+19 |
2016-07-25 | Merge branch 'libcxgb' | David S. Miller | 19 | -866/+540 |
2016-07-25 | cxgb3i, cxgb4i: fix symbol not declared sparse warning | Varun Prakash | 2 | -3/+3 |
2016-07-25 | libcxgb: export ppm release and tagmask set api | Varun Prakash | 4 | -0/+6 |
2016-07-25 | cxgb3i: add iSCSI DDP support | Varun Prakash | 1 | -1/+118 |
2016-07-25 | cxgb4i,libcxgbi: add iSCSI DDP support | Varun Prakash | 8 | -2/+507 |
2016-07-25 | cxgb3i,cxgb4i,libcxgbi: remove iSCSI DDP support | Varun Prakash | 4 | -1009/+0 |
2016-07-25 | libcxgb: add library module for Chelsio drivers | Varun Prakash | 9 | -26/+81 |
2016-07-25 | net: bridge: br_set_ageing_time takes a clock_t | Vivien Didelot | 2 | -2/+2 |
2016-07-25 | net: bridge: fix br_stp_enable_bridge comment | Vivien Didelot | 1 | -1/+1 |
2016-07-25 | cxgb4/cxgb4vf: Add link mode mask API to cxgb4 and cxgb4vf | Ganesh Goudar | 7 | -236/+446 |
2016-07-25 | net/bonding: Enforce active-backup policy for IPoIB bonds | Mark Bloch | 1 | -1/+10 |
2016-07-24 | Merge branch 'mlxsw-port-mirroring' | David S. Miller | 15 | -4/+1148 |
2016-07-24 | mlxsw: spectrum: Add support in matchall mirror TC offloading | Yotam Gigi | 2 | -1/+507 |
2016-07-24 | net/sched: act_mirred: Add helper inlines to access tcf_mirred info. | Yotam Gigi | 1 | -0/+9 |
2016-07-24 | mlxsw: reg: Add the Monitoring Port Analyzer register | Yotam Gigi | 1 | -0/+67 |
2016-07-24 | mlxsw: reg: Add Monitoring Port Analyzer Table register | Yotam Gigi | 1 | -0/+54 |
2016-07-24 | mlxsw: reg: Add Shared Buffer Internal Buffer register | Yotam Gigi | 1 | -0/+41 |
2016-07-24 | net/sched: Add match-all classifier hw offloading. | Yotam Gigi | 4 | -3/+87 |
2016-07-24 | net/sched: introduce Match-all classifier | Jiri Pirko | 4 | -0/+270 |
2016-07-24 | mlxsw: pci: Add max span resources to resources query | Nogah Frankel | 2 | -0/+7 |
2016-07-24 | mlxsw: pci: Add resources query implementation. | Nogah Frankel | 6 | -3/+109 |
2016-07-24 | cdc_ether: Improve ZTE MF823/831/910 handling | Kristian Evensen | 1 | -0/+51 |
2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 39 | -589/+718 |
2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 276 | -1313/+2475 |
2016-07-23 | netfilter: nft_compat: fix crash when related match/target module is removed | Liping Zhang | 1 | -23/+20 |
2016-07-23 | netfilter: nft_compat: put back match/target module if init fail | Liping Zhang | 1 | -8/+24 |
2016-07-23 | netfilter: h323: Use mod_timer instead of set_expect_timeout | Gao Feng | 1 | -14/+1 |
2016-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 64 | -320/+850 |
2016-07-23 | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -32/+29 |
2016-07-23 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 7 | -27/+92 |
2016-07-23 | Merge tag 'drm-fixes-for-v4.7-rc8-intel-kbl' of git://people.freedesktop.org/... | Linus Torvalds | 10 | -61/+295 |
2016-07-23 | Merge tag 'drm-fixes-for-v4.7-rc8-intel' of git://people.freedesktop.org/~air... | Linus Torvalds | 2 | -1/+7 |
2016-07-23 | Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 23 | -16/+64 |
2016-07-23 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 9 | -41/+49 |
2016-07-23 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -2/+3 |
2016-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 3 | -3/+8 |
2016-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 6 | -31/+39 |