summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2016-03-23net: ping: make ping_v6_sendmsg staticHaishuang Yan-1/+0
2016-03-22ipv6: remove unused in6_addr structLuis de Bethencourt-1/+0
2016-03-21vxlan: fix sparse warningsJiri Benc-8/+8
2016-03-20tunnels: Remove encapsulation offloads on decap.Jesse Gross-0/+16
2016-03-20sctp: keep fragmentation point aligned to word sizeMarcelo Ricardo Leitner-1/+1
2016-03-20sctp: align MTU to a wordMarcelo Ricardo Leitner-3/+5
2016-03-20ipv6, trace: fix tos reporting on fib6_table_lookupDaniel Borkmann-1/+1
2016-03-20vxlan: fix populating tclass in vxlan6_get_routeDaniel Borkmann-0/+6
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller-235/+1329
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-225/+1323
2016-03-18bonding: fix bond_get_stats()Eric Dumazet-0/+1
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann-0/+7
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann-0/+12
2016-03-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-10/+6
2016-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-0/+17
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot-1/+1
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot-2/+2
2016-03-14Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-5/+6
2016-03-14tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/InMartin KaFai Lau-0/+10
2016-03-14net: add a hardware buffer management helper APIGregory CLEMENT-0/+28
2016-03-13ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck-2/+1
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner-6/+6
2016-03-13csum: Update csum_block_add to use rotate instead of byteswapAlexander Duyck-6/+6
2016-03-11vxlan: support setting IPv6 flow labelDaniel Borkmann-0/+1
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann-4/+9
2016-03-11net/flower: Fix pointer castAmir Vadai-1/+1
2016-03-11Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso-0/+17
2016-03-10net/act_skbedit: Utility functions for mark actionAmir Vadai-0/+16
2016-03-10net/sched: Macro instead of CONFIG_NET_CLS_ACT ifdefAmir Vadai-7/+18
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...Amir Vadai-0/+13
2016-03-10net/flower: Introduce hardware offload supportAmir Vadai-0/+14
2016-03-10kcm: mark helper functions inlineArnd Bergmann-2/+2
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg-0/+1
2016-03-10mac802154: use put and get unaligned functionsAlexander Aring-5/+5
2016-03-09kcm: Add receive message timeoutTom Herbert-0/+3
2016-03-09kcm: Add memory limit for receive message constructionTom Herbert-0/+4
2016-03-09kcm: Add statistics and proc interfacesTom Herbert-0/+94
2016-03-09kcm: Kernel Connection Multiplexor moduleTom Herbert-0/+125
2016-03-09tcp: Add tcp_inq to get available receive bytes on socketTom Herbert-0/+24
2016-03-08ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INETDaniel Borkmann-0/+11
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček-0/+1
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček-0/+2
2016-03-08sctp: fix copying more bytes than expected in sctp_add_bind_addrMarcelo Ricardo Leitner-1/+1
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-1/+3
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann-0/+15
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann-0/+5
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+6
2016-03-07ipvs: drop first packet to redirect conntrackJulian Anastasov-0/+17
2016-03-03net: sched: use pfifo_fast for non real queuesEric Dumazet-0/+6
2016-03-03Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-2/+38