summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-18tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-0/+8
2015-05-18tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-0/+2
2015-05-18net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2015-05-17net: fix sparse error in csum_replace4()Eric Dumazet1-1/+3
2015-05-15tcp: syncookies: extend validity rangeEric Dumazet1-14/+24
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville1-0/+5
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko3-7/+10
2015-05-13flow_dissector: introduce support for Ethernet addressesJiri Pirko1-0/+13
2015-05-13flow_dissector: introduce support for ipv6 addresssesJiri Pirko1-0/+13
2015-05-13flow_dissector: add missing header includesJiri Pirko1-0/+3
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko3-37/+42
2015-05-13flow_dissector: introduce programable flow_dissectorJiri Pirko1-0/+61
2015-05-13net: move __skb_get_hash function declaration to flow_dissector.hJiri Pirko1-0/+1
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko1-0/+3
2015-05-13flow_dissector: remove unused function flow_get_hlen declarationJiri Pirko1-3/+0
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko3-6/+13
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal1-15/+0
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-5/+103
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-2/+2
2015-05-13switchdev: align comment with other comments in blockScott Feldman1-1/+1
2015-05-13net: make skb_dst_pop routine staticYing Xue1-12/+0
2015-05-13switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-11/+10
2015-05-13switchdev: add new switchdev_port_bridge_getlinkScott Feldman1-0/+10
2015-05-13switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman1-15/+0
2015-05-13switchdev: add new switchdev_port_bridge_dellinkScott Feldman1-0/+6
2015-05-13switchdev: remove old switchdev_port_bridge_setlinkScott Feldman1-9/+0
2015-05-13switchdev: add bridge port flags attrScott Feldman1-0/+2
2015-05-13switchdev: add port vlan objScott Feldman1-0/+8
2015-05-13switchdev: introduce switchdev add/del obj opsScott Feldman1-0/+31
2015-05-13switchdev: convert STP update to switchdev attr setScott Feldman1-11/+2
2015-05-13switchdev: convert parent_id_get to switchdev attr getScott Feldman1-14/+4
2015-05-13switchdev: introduce get/set attrs opsScott Feldman1-0/+43
2015-05-13switchdev: s/swdev_/switchdev_/Jiri Pirko1-15/+15
2015-05-13switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-55/+56
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-6/+0
2015-05-11bonding: Implement user key part of port_key in an AD system.Mahesh Bandewar2-0/+2
2015-05-11bonding: Allow userspace to set actors' macaddr in an AD-system.Mahesh Bandewar2-0/+2
2015-05-11bonding: Allow userspace to set actors' system_priority in AD systemMahesh Bandewar2-0/+2
2015-05-11net: kill sk_change_net and sk_release_kernelEric W. Biederman1-17/+0
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2-1/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman3-3/+3
2015-05-11codel: add ce_threshold attributeEric Dumazet1-1/+11
2015-05-10netlink: allow to listen "all" netnsNicolas Dichtel1-0/+2
2015-05-10netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-1/+1
2015-05-10Merge tag 'mac80211-next-for-davem-2015-05-06' of git://git.kernel.org/pub/sc...David S. Miller2-68/+97
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet1-1/+1
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet1-5/+22
2015-05-06cfg80211: change GO_CONCURRENT to IR_CONCURRENT for STAArik Nemtsov1-2/+2
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg1-0/+7
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg1-39/+40