summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan2016-07-266-2/+55
* tipc: introduce constants for tipc address validationParthasarathy Bhuvaragan2016-07-262-6/+3
* net: neigh: disallow transition to NUD_STALE if lladdr is unchanged in neigh_...He Chunhui2016-07-261-6/+1
* net_sched: get rid of struct tcf_commonWANG Cong2016-07-252-77/+72
* net_sched: move tc_action into tcf_commonWANG Cong2016-07-2514-279/+256
* udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2016-07-252-6/+2
* net/sctp: terminate rhashtable walk correctlyVegard Nossum2016-07-251-0/+1
* net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-07-251-2/+5
* sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner2016-07-251-0/+3
* sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner2016-07-252-2/+2
* kcm: remove redundant -ve error check and return pathColin Ian King2016-07-251-5/+1
* net: ipv6: Always leave anycast and multicast groups on link downMike Manning2016-07-251-0/+4
* sctp: use inet_recvmsg to support sctp RFS wellXin Long2016-07-252-2/+2
* bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel2016-07-251-0/+8
* sctp: support ipv6 nonlocal bindXin Long2016-07-251-1/+3
* bpf, events: fix offset in skb copy handlerDaniel Borkmann2016-07-251-2/+2
* net/ncsi: avoid maybe-uninitialized warningArnd Bergmann2016-07-251-13/+19
* net: bridge: br_set_ageing_time takes a clock_tVivien Didelot2016-07-252-2/+2
* net: bridge: fix br_stp_enable_bridge commentVivien Didelot2016-07-251-1/+1
* net/sched: Add match-all classifier hw offloading.Yotam Gigi2016-07-241-3/+73
* net/sched: introduce Match-all classifierJiri Pirko2016-07-243-0/+259
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-2431-558/+674
|\
| * netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang2016-07-231-23/+20
| * netfilter: nft_compat: put back match/target module if init failLiping Zhang2016-07-231-8/+24
| * netfilter: h323: Use mod_timer instead of set_expect_timeoutGao Feng2016-07-231-14/+1
| * netfilter: connlabels: move set helper to xt_connlabelFlorian Westphal2016-07-222-30/+16
| * netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal2016-07-225-28/+14
| * netfilter: nf_tables: allow to filter out rules by table and chainPablo Neira Ayuso2016-07-211-0/+38
| * netfilter: nft_log: fix snaplen does not truncate packetsLiping Zhang2016-07-211-1/+2
| * netfilter: nft_log: check the validity of log levelLiping Zhang2016-07-211-0/+5
| * netfilter: nft_log: fix possible memory leak if log expr init failLiping Zhang2016-07-211-8/+18
| * netfilter: Add helper array register/unregister functionsGao Feng2016-07-216-181/+150
| * netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang2016-07-191-6/+19
| * netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-184-64/+123
| * netfilter: conntrack: protect early_drop by rcu read lockLiping Zhang2016-07-121-0/+3
| * netfilter: nf_conntrack_h323: fix off-by-one in DecodeQ931Toby DiPasquale2016-07-111-1/+2
| * Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-07-111-2/+23
| |\
| | * ipvs: count pre-established TCP states as activeMichal Kubecek2016-07-071-2/+23
| * | netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso2016-07-114-29/+29
| * | netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang2016-07-111-0/+3
| * | netfilter: physdev: physdev-is-out should not work with OUTPUT chainHangbin Liu2016-07-111-4/+4
| * | netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal2016-07-111-58/+68
| * | netfilter: move nat hlist_head to nf_connFlorian Westphal2016-07-112-39/+9
| * | netfilter: conntrack: simplify early_dropFlorian Westphal2016-07-111-48/+47
| * | netfilter: nf_ct_helper: unlink helper again when hash resize happenLiping Zhang2016-07-111-6/+13
| * | netfilter: cttimeout: unlink timeout obj again when hash resize happenLiping Zhang2016-07-111-6/+14
| * | netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang2016-07-113-9/+36
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-2430-111/+303
|\ \ \
| * | | packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh2016-07-221-3/+1
| * | | packet: fix second argument of sock_tx_timestamp()Yoshihiro Shimoda2016-07-191-3/+3