summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-08-17nfc: netlink: Add check on NFC_ATTR_VENDOR_DATAChristophe Ricard1-2/+2
2015-08-17nfc: st-nci: Remove pr_err in rcv_queue when ndlc header is unknownChristophe Ricard1-1/+0
2015-08-17nfc: st-nci: Add device tree documentation for spi phyChristophe Ricard2-0/+31
2015-08-17nfc: st-nci: Add spi phy support for st21nfcbChristophe Ricard3-0/+406
2015-08-17nfc: st-nci: Free data with irrelevant NDLC PCB_SYNC valueChristophe Ricard1-1/+3
2015-08-17nfc: st-nci: Remove data from ack_pending_q when receiving a SYNC_ACKChristophe Ricard1-0/+2
2015-08-17NFC: st-nci: fix use of uninitialized variables in error pathChristophe Ricard1-4/+4
2015-08-17NFC: st21nfca: fix use of uninitialized variables in error pathChristophe Ricard1-5/+6
2015-08-17nfc: st-nci: Fix non accurate comment for st_nci_i2c_readChristophe Ricard1-7/+2
2015-08-17nfc: st-nci: Fix typo when changing from st21nfcb to st-nciChristophe Ricard1-9/+9
2015-08-17nfc: st-nci: Remove duplicate file platform_data/st_nci.hChristophe Ricard2-30/+1
2015-08-13Merge branch 'vrf-lite'David S. Miller18-44/+1031
2015-08-13net: Introduce VRF device driverDavid Ahern3-0/+693
2015-08-13net: frags: Add VRF device index to cache and lookupDavid Ahern1-5/+13
2015-08-13net: Use VRF index for oif in ip_send_unicast_replyDavid Ahern1-1/+6
2015-08-13net: Use passed in table for nexthop lookupsDavid Ahern1-2/+11
2015-08-13net: Add routes to the table associated with the deviceDavid Ahern2-10/+23
2015-08-13net: Fix up inet_addr_type checksDavid Ahern6-14/+53
2015-08-13net: Add inet_addr lookup by tableDavid Ahern2-7/+16
2015-08-13udp: Handle VRF device in sendmsgDavid Ahern1-1/+21
2015-08-13net: Use VRF device index for lookups on TXDavid Ahern5-2/+18
2015-08-13net: Use VRF device index for lookups on RXDavid Ahern2-2/+9
2015-08-13net: Introduce VRF related flags and helpersDavid Ahern3-0/+168
2015-08-13net: addr IFLA_OPERSTATE to netlink message for ipv6 ifinfoAndy Gospodarek1-1/+4
2015-08-13net: allow sleeping when modifying store_rps_mapSasha Levin1-4/+4
2015-08-13Merge branch 'mv88e6xxx-hw-vlan'David S. Miller5-9/+720
2015-08-13net: dsa: mv88e6xxx: use port 802.1Q mode SecureVivien Didelot2-7/+12
2015-08-13net: dsa: mv88e6xxx: add VLAN Load supportVivien Didelot3-0/+180
2015-08-13net: dsa: mv88e6xxx: add VLAN Purge supportVivien Didelot3-0/+116
2015-08-13net: dsa: mv88e6xxx: add VLAN support to FDB dumpVivien Didelot1-2/+40
2015-08-13net: dsa: mv88e6xxx: add VLAN Get Next supportVivien Didelot3-0/+167
2015-08-13net: dsa: mv88e6xxx: flush VTU and STU entriesVivien Didelot2-0/+36
2015-08-13net: dsa: add support for switchdev VLAN objectsVivien Didelot2-0/+169
2015-08-13net: ipv6 sysctl option to ignore routes when nexthop link is downAndy Gospodarek4-2/+116
2015-08-13net: track link status of ipv6 nexthopsAndy Gospodarek1-0/+2
2015-08-13cxgb4: Add MPS tracing supportHariprasad Shenai4-0/+475
2015-08-13net/fddi: remove HWM_REVERSE() macroyalin wang1-9/+0
2015-08-13rocker: hook ndo_neigh_destroy to cleanup neigh refs in driverScott Feldman2-1/+13
2015-08-13rocker: print switch ID consistent with phys_switch_id sysfs nodeScott Feldman1-1/+2
2015-08-13Merge branch 'smsc911x-acpi'David S. Miller3-26/+99
2015-08-13Convert smsc911x to use ACPI as well as DTJeremy Linton1-26/+22
2015-08-13Add a matching set of device_ functions for determining mac/phyJeremy Linton2-0/+77
2015-08-13Merge branch 'tcp-loss-probe'David S. Miller1-18/+23
2015-08-13tcp: TLP retransmits last if failed to send new packetYuchung Cheng1-16/+22
2015-08-13tcp: don't extend RTO on failed loss probe attemptsYuchung Cheng1-7/+6
2015-08-13Merge branch 'cpsw-errata-workaround'David S. Miller3-8/+79
2015-08-13ARM: dts: am33xx: update cpsw compatibleMugunthan V N1-1/+1
2015-08-13ARM: dts: dra7: update cpsw compatibleMugunthan V N1-1/+1
2015-08-13drivers: net: cpsw: add am335x errata workarround for interrutpsMugunthan V N1-6/+77
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller314-1831/+3071