aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-15tcp: Fix conditions to determine checksum offloadTom Herbert2-2/+11
2015-12-15net: Eliminate NETIF_F_GEN_CSUM and NETIF_F_V[46]_CSUMTom Herbert13-39/+50
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert25-39/+43
2015-12-15fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert1-1/+1
2015-12-15sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRCTom Herbert10-14/+14
2015-12-15net: Add skb_inner_transport_offset functionTom Herbert1-0/+5
2015-12-15ravb: Add fixed-link supportKazuya Mizuguchi1-0/+12
2015-12-15mlxsw: spectrum: Add support for VLAN devices on top of LAGIdo Schimmel1-3/+29
2015-12-15mlxsw: spectrum: Enable FDB records for VLAN devices on top of LAGIdo Schimmel1-7/+14
2015-12-15mlxsw: reg: Add lag_vid field to SFD registerIdo Schimmel2-2/+10
2015-12-15mlxsw: spectrum: Add support for VLAN devices bridgingIdo Schimmel3-1/+378
2015-12-15mlxsw: spectrum: Handle VLAN devices linking / unlinkingIdo Schimmel1-3/+51
2015-12-15mlxsw: spectrum: Adjust FDB notifications for VLAN devicesIdo Schimmel2-4/+61
2015-12-15mlxsw: spectrum: Adjust switchdev ops for VLAN devicesIdo Schimmel2-4/+98
2015-12-15mlxsw: spectrum: Use FID instead of VID when accessing FDBIdo Schimmel2-28/+34
2015-12-15mlxsw: spectrum: Add another flood table for vFIDsIdo Schimmel3-27/+16
2015-12-15mlxsw: spectrum: Use appropriate parameter nameIdo Schimmel1-4/+4
2015-12-15mlxsw: spectrum: Split vFID range in twoIdo Schimmel3-99/+287
2015-12-15mlxsw: spectrum: Allocate active VLANs only for port netdevsIdo Schimmel2-1/+11
2015-12-15switchdev: Pass original device to port netdev driverIdo Schimmel8-0/+22
2015-12-15switchdev: vlan: Use switchdev_port* in vlan_netdev_opsIdo Schimmel1-0/+7
2015-12-14e1000e: Fix msi-x interrupt automaskBenjamin Poirier1-6/+5
2015-12-14e1000e: Do not write lsc to ics in msi-x modeBenjamin Poirier2-12/+19
2015-12-14e1000e: Do not read ICR in Other interruptBenjamin Poirier1-15/+7
2015-12-14e1000e: Remove unreachable codeBenjamin Poirier1-6/+0
2015-12-14net/macb: add support for resetting PHY using GPIOGregory CLEMENT3-0/+12
2015-12-14igb: Explicitly label self-test result indicesJoe Schultz1-14/+24
2015-12-14igb: Improve cable length function for I210, etc.Joe Schultz3-9/+51
2015-12-14igb: Don't add PHY address to PCDL addressAaron Sierra1-2/+1
2015-12-14net: Fix typo in skb_fclone_busyMasanari Iida1-1/+1
2015-12-14wan: wanxl: add pci_disable_device in case of errorSaurabh Sengar1-0/+1
2015-12-14ppp: declare ppp devices as enumerated interfacesGuillaume Nault1-2/+1
2015-12-14ppp: define "ppp" device typeGuillaume Nault1-0/+6
2015-12-14qeth: get rid of redundant 0-terminationRasmus Villemoes1-2/+0
2015-12-14qeth: repair SBAL elements calculationUrsula Braun1-1/+1
2015-12-14qeth: initialize net_device with carrier offUrsula Braun2-0/+2
2015-12-14qeth use common function qeth_get_setassparms_cmdThomas Richter3-33/+17
2015-12-14s390-ctcm: Delete unnecessary checks before the function call "channel_remove"Markus Elfring1-5/+2
2015-12-14MAINTAINERS: switch to alternate IBM mail addressUrsula Braun1-2/+2
2015-12-14iucv: call skb_linearize() when neededEugene Crosser1-5/+15
2015-12-14iucv: prevent information leak in iucv_messageEugene Crosser1-1/+1
2015-12-14ipv6: addrconf: drop ieee802154 specific thingsAlexander Aring1-5/+3
2015-12-14ravb: clear RIC1 in init instead of stopKazuya Mizuguchi1-2/+3
2015-12-14net, cgroup: cgroup_sk_updat_lock was missing initializerTejun Heo1-1/+1
2015-12-14igb: Remove GS40G specific defines/functionsAaron Sierra5-106/+11
2015-12-14e1000e: Switch e1000e_up to void, drop code checking for error resultAlexander Duyck2-12/+5
2015-12-14drivers/net: fix eisa_driver probe section mismatchFabian Frederick4-4/+4
2015-12-14hv_netvsc: Fix race condition on Multi-Send Data fieldHaiyang Zhang1-0/+9
2015-12-13geneve: UDP checksum configuration via netlinkTom Herbert2-23/+73
2015-12-13rco: Clean up casting errorsTom Herbert1-1/+2