summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2015-08-28net: 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-26vxlan: 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-24Merge tag 'nfc-next-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...David S. Miller2-0/+44
2015-08-24route: fix breakage after moving lwtunnel stateJiri Benc1-2/+5
2015-08-24vxlan: 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-21Merge 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/...Pablo Neira Ayuso18-136/+380
2015-08-21ipv6: route: extend flow representation with tunnel keyJiri Benc1-0/+1
2015-08-21vxlan: provide access function for vxlan socket address familyJiri Benc1-0/+5
2015-08-21ipv6: ndisc: inherit metadata dst when creating ndisc requestsJiri Benc1-1/+2
2015-08-21route: move lwtunnel state to dst_entryJiri Benc5-25/+7
2015-08-21ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-21ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-4/+20
2015-08-21ip_tunnels: use offsetofendJiri Benc1-3/+1
2015-08-21ip_tunnels: use u8/u16/u32Jiri Benc1-8/+8
2015-08-21ip_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-20vrf: vrf_master_ifindex_rcu is not always called with rcu read lockNikolay Aleksandrov1-2/+18
2015-08-20lwtunnel: Fix the sparse warnings in fib_encap_matchYing Xue1-0/+4
2015-08-19netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=nBernhard Thaler1-1/+1
2015-08-19netfilter: nf_tables: Use 32 bit addressing register from nft_type_to_reg()Pablo Neira Ayuso1-1/+1
2015-08-19vrf: drop unused num_slaves memberNikolay Aleksandrov1-1/+0
2015-08-19lwtunnel: fix memory leakJiri Benc1-1/+6
2015-08-19net: dsa: Add dsa_is_dsa_port() helperAndrew Lunn1-0/+5
2015-08-18net: Add inet_proto_csum_replace_by_diff utility functionTom Herbert1-0/+2
2015-08-18net: Change pseudohdr argument of inet_proto_csum_replace* to be a boolTom Herbert1-3/+3
2015-08-18lwt: Add support to redirect dst.inputTom Herbert1-1/+29
2015-08-18netfilter: nf_conntrack: add efficient mark to zone mappingDaniel Borkmann1-3/+42
2015-08-18netfilter: nf_conntrack: add direction support for zonesDaniel Borkmann1-1/+30
2015-08-18inet: Move VRF table lookup to inlined functionDavid Ahern1-0/+24
2015-08-18Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-0/+64
2015-08-18Merge tag 'mac80211-next-for-davem-2015-08-14' of git://git.kernel.org/pub/sc...David S. Miller2-35/+37
2015-08-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller1-2/+5
2015-08-14net: Fix up inet_addr_type checksDavid Ahern1-0/+3
2015-08-14net: Add inet_addr lookup by tableDavid Ahern1-0/+1
2015-08-14net: Use VRF device index for lookups on TXDavid Ahern2-0/+4
2015-08-14net: Introduce VRF related flags and helpersDavid Ahern1-0/+139
2015-08-14net: dsa: add support for switchdev VLAN objectsVivien Didelot1-0/+11