summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-05-25ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2-1/+6
2015-05-25ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau1-1/+1
2015-05-25ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau1-5/+14
2015-05-25ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau1-1/+3
2015-05-25ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau1-2/+1
2015-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2015-05-21inet_hashinfo: remove bsocket counterEric Dumazet1-2/+0
2015-05-21tcp: add a force_schedule argument to sk_stream_alloc_skb()Eric Dumazet1-1/+2
2015-05-19ip: remove unused function prototypeAndy Zhou1-1/+0
2015-05-19tcp: add rfc3168, section 6.1.1.1. fallbackDaniel Borkmann2-0/+4
2015-05-19inet: properly align icsk_ca_privEric Dumazet1-2/+3
2015-05-19bridge_netfilter: No ICMP packet on IPv4 fragmentation errorAndy Zhou1-2/+2
2015-05-19ipv4: introduce frag_expire_skip_icmp()Andy Zhou1-0/+10
2015-05-17netns: make nsid_lock per netWANG Cong1-0/+1
2015-05-17switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.Samudrala, Sridhar1-0/+50
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet1-0/+8
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet1-0/+2
2015-05-17net: fix sk_mem_reclaim_partial()Eric Dumazet1-3/+3
2015-05-17net: fix sparse error in csum_replace4()Eric Dumazet1-1/+3
2015-05-14tcp: 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-12net: make skb_dst_pop routine staticYing Xue1-12/+0
2015-05-12switchdev: convert fib_ipv4_add/del over to switchdev_port_obj_add/delScott Feldman1-11/+10
2015-05-12switchdev: add new switchdev_port_bridge_getlinkScott Feldman1-0/+10
2015-05-12switchdev: remove unused switchdev_port_bridge_dellinkScott Feldman1-15/+0
2015-05-12switchdev: add new switchdev_port_bridge_dellinkScott Feldman1-0/+6
2015-05-12switchdev: remove old switchdev_port_bridge_setlinkScott Feldman1-9/+0
2015-05-12switchdev: add bridge port flags attrScott Feldman1-0/+2
2015-05-12switchdev: add port vlan objScott Feldman1-0/+8
2015-05-12switchdev: introduce switchdev add/del obj opsScott Feldman1-0/+31
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-11/+2
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-14/+4
2015-05-12switchdev: introduce get/set attrs opsScott Feldman1-0/+43
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko1-15/+15
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-55/+56
2015-05-11net: sched: deprecate enqueue_root()Eric Dumazet1-6/+0