summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-133-7/+10
* flow_dissector: introduce support for Ethernet addressesJiri Pirko2015-05-131-0/+13
* flow_dissector: introduce support for ipv6 addresssesJiri Pirko2015-05-131-0/+13
* flow_dissector: add missing header includesJiri Pirko2015-05-131-0/+3
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-133-37/+42
* flow_dissector: introduce programable flow_dissectorJiri Pirko2015-05-131-0/+61
* net: move __skb_get_hash function declaration to flow_dissector.hJiri Pirko2015-05-131-0/+1
* net: move *skb_get_poff declarations into correct headerJiri Pirko2015-05-131-0/+3
* flow_dissector: remove unused function flow_get_hlen declarationJiri Pirko2015-05-131-3/+0
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-133-6/+13
* net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-131-15/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-134-5/+103
|\
| * Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-041-0/+2
| |\
| | * mac80211: fix 90 kernel-doc warningsRandy Dunlap2015-05-041-0/+2
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-043-4/+99
| |\ \
| | * | cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram2015-04-301-0/+2
| | * | mac802154: add description to mac802154 APIsVarka Bhadram2015-04-301-2/+92
| * | | codel: fix maxpacket/mtu confusionEric Dumazet2015-05-041-3/+7
* | | | switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2015-05-131-2/+2
* | | | switchdev: align comment with other comments in blockScott Feldman2015-05-131-1/+1
* | | | net: make skb_dst_pop routine staticYing Xue2015-05-131-12/+0
* | | | switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman2015-05-131-11/+10
* | | | switchdev: add new switchdev_port_bridge_getlinkScott Feldman2015-05-131-0/+10
* | | | switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman2015-05-131-15/+0
* | | | switchdev: add new switchdev_port_bridge_dellinkScott Feldman2015-05-131-0/+6
* | | | switchdev: remove old switchdev_port_bridge_setlinkScott Feldman2015-05-131-9/+0
* | | | switchdev: add bridge port flags attrScott Feldman2015-05-131-0/+2
* | | | switchdev: add port vlan objScott Feldman2015-05-131-0/+8
* | | | switchdev: introduce switchdev add/del obj opsScott Feldman2015-05-131-0/+31
* | | | switchdev: convert STP update to switchdev attr setScott Feldman2015-05-131-11/+2
* | | | switchdev: convert parent_id_get to switchdev attr getScott Feldman2015-05-131-14/+4
* | | | switchdev: introduce get/set attrs opsScott Feldman2015-05-131-0/+43
* | | | switchdev: s/swdev_/switchdev_/Jiri Pirko2015-05-131-15/+15
* | | | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-131-55/+56
* | | | net: sched: deprecate enqueue_root()Eric Dumazet2015-05-111-6/+0
* | | | bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar2015-05-112-0/+2
* | | | bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar2015-05-112-0/+2
* | | | bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar2015-05-112-0/+2
* | | | net: kill sk_change_net and sk_release_kernelEric W. Biederman2015-05-111-17/+0
* | | | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-112-1/+3
* | | | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-113-3/+3
* | | | codel: add ce_threshold attributeEric Dumazet2015-05-111-1/+11
* | | | netlink: allow to listen "all" netnsNicolas Dichtel2015-05-101-0/+2
* | | | netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-101-1/+1
* | | | Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...David S. Miller2015-05-092-68/+97
|\ \ \ \
| * | | | cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov2015-05-061-2/+2
| * | | | mac80211: extend get_key() to return PN for all ciphersJohannes Berg2015-05-061-0/+7
| * | | | mac80211: extend get_tkip_seq to all keysJohannes Berg2015-05-061-39/+40
| * | | | mac80211: make LED trigger names constJohannes Berg2015-05-051-13/+14
| * | | | mac80211: notify the driver on reordering buffer timeoutEmmanuel Grumbach2015-04-241-2/+6