summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-18bpf: fix BPF_MAP_LOOKUP_ELEM command return codeAlexei Starovoitov
2014-11-18bpf: add array type of eBPF mapsAlexei Starovoitov
2014-11-18bpf: add hashtable type of eBPF mapsAlexei Starovoitov
2014-11-18bpf: add 'flags' attribute to BPF_MAP_UPDATE_ELEM commandAlexei Starovoitov
2014-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-11-18PPC: bpf_jit_comp: Unify BPF_MOD | BPF_X and BPF_DIV | BPF_XDenis Kirjanov
2014-11-18i40e: Set XPS bit mask to zero in DCB modeNeerav Parikh
2014-11-18i40e: Prevent link flow control settings when PFC is enabledNeerav Parikh
2014-11-18i40e: Do not disable/enable FCoE VSI with DCB reconfigNeerav Parikh
2014-11-18i40e: Modify Tx disable wait flow in case of DCB reconfigurationNeerav Parikh
2014-11-18i40e: Update VEB's enabled_tc after reconfigurationNeerav Parikh
2014-11-18i40e: Check for LLDP AdminStatus before querying DCBXNeerav Parikh
2014-11-18i40e: Add support to firmware CEE DCBX modeNeerav Parikh
2014-11-18i40e: Resume Port Tx after DCB eventNeerav Parikh
2014-11-18i40e: Bump version to 1.1.23Catherine Sullivan
2014-11-18i40e: re-enable VFLR interrupt soonerMitch Williams
2014-11-18i40e: only warn once of PTP nonsupport in 100Mbit speedShannon Nelson
2014-11-17net: can: c_can: Add support for TI am4372 DCANRoger Quadros
2014-11-17can: c_can: Add support for TI am3352 DCANRoger Quadros
2014-11-17can: c_can: Add support for TI DRA7 DCANRoger Quadros
2014-11-17can: c_can: Disable pins when CAN interface is downRoger Quadros
2014-11-17can: c_can: Add support for START pulse in RAMINIT sequenceRoger Quadros
2014-11-17can: c_can: Add syscon/regmap RAMINIT mechanismRoger Quadros
2014-11-17can: c_can: Add RAMINIT register information to driver dataRoger Quadros
2014-11-17can: c_can: Introduce c_can_driver_data structureRoger Quadros
2014-11-17can: c_can: Add timeout to c_can_hw_raminit_ti()Roger Quadros
2014-11-16Merge branch 'rss_key_fill'David S. Miller
2014-11-16vmxnet3: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16sfc: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16mlx4: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16ixgbe: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16igb: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16i40e: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16fm10k: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16e100e: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16be2net:use netdev_rss_key_fill() helperEric Dumazet
2014-11-16bna: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16tg3: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16bnx2x: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16amd-xgbe: use netdev_rss_key_fill() helperEric Dumazet
2014-11-16net: provide a per host RSS key generic infrastructureEric Dumazet
2014-11-16Merge branch 'mv88e6171_temps'David S. Miller
2014-11-16net: dsa: mv88e6171: Add support for reading switch registersAndrew Lunn
2014-11-16net: dsa: mv88e6171: Add support for reading the temperatureAndrew Lunn
2014-11-16net: dsa: Centralise code for reading the temperature sensorAndrew Lunn
2014-11-16net: dsa: replace count*size kzalloc by kcallocFabian Frederick
2014-11-16net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-11-16openvswitch: use PTR_ERR_OR_ZEROFabian Frederick
2014-11-16tipc: allow one link per bearer to neighboring nodesHolger Brunck
2014-11-14Revert "fast_hash: avoid indirect function calls"Jay Vosburgh