aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc2-0/+11
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2-8/+2
2015-08-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-8/+15
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern1-5/+12
2015-08-28net: Refactor inetpeer address structDavid Ahern1-16/+19
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern1-0/+16
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern1-0/+23
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern1-0/+5
2015-08-27net: sched: register noqueue qdiscPhil Sutter1-0/+1
2015-08-27geneve: Consolidate Geneve functionality in single module.Pravin B Shelar1-34/+0
2015-08-27geneve: Add support to collect tunnel metadata.Pravin B Shelar1-0/+3
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2-0/+65
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-3/+1
2015-08-27netfilter: connlabels: Export setting connlabel lengthJoe Stringer1-0/+4
2015-08-27dst: Add __skb_dst_copy() variationJoe Stringer1-2/+7
2015-08-26net_sched: act_bpf: remove spinlock in fast pathAlexei Starovoitov1-1/+1
2015-08-26net_sched: make tcf_hash_destroy() staticAlexei Starovoitov1-1/+0
2015-08-25vxlan: fix multiple inclusion of vxlan.hJiri Benc1-1/+2
2015-08-25inetpeer: remove dead codeDavid Ahern1-67/+0
2015-08-25tcp: refine pacing rate determinationEric Dumazet1-0/+2
2015-08-25tcp: fix slow start after idle vs TSO/GSOEric Dumazet1-0/+13
2015-08-24lwt: Add cfg argument to build_stateTom Herbert1-0/+3
2015-08-23Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller2-0/+44
2015-08-23route: fix breakage after moving lwtunnel stateJiri Benc1-2/+5
2015-08-23vxlan: GRO support at tunnel layerTom Herbert1-0/+1
2015-08-21ipvs: add more mcast parameters for the sync daemonJulian Anastasov1-0/+4
2015-08-21ipvs: add sync_maxlen parameter for the sync daemonJulian Anastasov1-8/+11
2015-08-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-15/+134
2015-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso18-136/+380
2015-08-20ipv6: route: extend flow representation with tunnel keyJiri Benc1-0/+1
2015-08-20vxlan: provide access function for vxlan socket address familyJiri Benc1-0/+5
2015-08-20ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc1-1/+2
2015-08-20route: move lwtunnel state to dst_entryJiri Benc5-25/+7
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-4/+20
2015-08-20ip_tunnels: use offsetofendJiri Benc1-3/+1
2015-08-20ip_tunnels: use u8/u16/u32Jiri Benc1-8/+8
2015-08-20ip_tunnels: remove custom alignment and packingJiri Benc1-1/+1
2015-08-20nfc: netlink: Add capability to reply to vendor_cmd with dataChristophe Ricard1-0/+41
2015-08-20NFC: nci: export nci_core_reset and nci_core_initRobert Baldyga1-0/+2
2015-08-20NFC: nci: Add post_setup handlerRobert Baldyga1-0/+1
2015-08-19vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov1-2/+18
2015-08-19lwtunnel: Fix the sparse warnings in fib_encap_matchYing Xue1-0/+4
2015-08-18vrf: drop unused num_slaves memberNikolay Aleksandrov1-1/+0
2015-08-18lwtunnel: fix memory leakJiri Benc1-1/+6
2015-08-18net: dsa: Add dsa_is_dsa_port() helperAndrew Lunn1-0/+5
2015-08-17net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert1-0/+2
2015-08-17net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-3/+3
2015-08-17lwt: Add support to redirect dst.inputTom Herbert1-1/+29
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann1-3/+42