aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-25net_sched: get rid of struct tcf_commonWANG Cong2-77/+72
2016-07-25net_sched: move tc_action into tcf_commonWANG Cong14-279/+256
2016-07-25udp: use sk_filter_trim_cap for udp{,6}_queue_rcv_skbDaniel Borkmann2-6/+2
2016-07-25net/sctp: terminate rhashtable walk correctlyVegard Nossum1-0/+1
2016-07-25net/irda: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+5
2016-07-25sctp: also point GSO head_skb to the sk when it's availableMarcelo Ricardo Leitner1-0/+3
2016-07-25sctp: fix BH handling on socket backlogMarcelo Ricardo Leitner2-2/+2
2016-07-25kcm: remove redundant -ve error check and return pathColin Ian King1-5/+1
2016-07-25net: ipv6: Always leave anycast and multicast groups on link downMike Manning1-0/+4
2016-07-25sctp: use inet_recvmsg to support sctp RFS wellXin Long2-2/+2
2016-07-25bridge: Fix incorrect re-injection of LLDP packetsIdo Schimmel1-0/+8
2016-07-25sctp: support ipv6 nonlocal bindXin Long1-1/+3
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-2/+2
2016-07-25net/ncsi: avoid maybe-uninitialized warningArnd Bergmann1-13/+19
2016-07-25net: bridge: br_set_ageing_time takes a clock_tVivien Didelot2-2/+2
2016-07-25net: bridge: fix br_stp_enable_bridge commentVivien Didelot1-1/+1
2016-07-24net/sched: Add match-all classifier hw offloading.Yotam Gigi1-3/+73
2016-07-24net/sched: introduce Match-all classifierJiri Pirko3-0/+259
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller31-558/+674
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-111/+303
2016-07-23netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang1-23/+20
2016-07-23netfilter: nft_compat: put back match/target module if init failLiping Zhang1-8/+24
2016-07-23netfilter: h323: Use mod_timer instead of set_expect_timeoutGao Feng1-14/+1
2016-07-22netfilter: connlabels: move set helper to xt_connlabelFlorian Westphal2-30/+16
2016-07-22netfilter: conntrack: support a fixed size of 128 distinct labelsFlorian Westphal5-28/+14
2016-07-22packet: propagate sock_cmsg_send() errorSoheil Hassas Yeganeh1-3/+1
2016-07-20Merge tag 'nfc-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-nextDavid S. Miller6-150/+254
2016-07-20rtnl: protect do_setlink from IFLA_XDP_ATTACHEDBrenden Blanco1-0/+4
2016-07-21netfilter: nf_tables: allow to filter out rules by table and chainPablo Neira Ayuso1-0/+38
2016-07-21netfilter: nft_log: fix snaplen does not truncate packetsLiping Zhang1-1/+2
2016-07-21netfilter: nft_log: check the validity of log levelLiping Zhang1-0/+5
2016-07-21netfilter: nft_log: fix possible memory leak if log expr init failLiping Zhang1-8/+18
2016-07-21netfilter: Add helper array register/unregister functionsGao Feng6-181/+150
2016-07-20Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller3-1/+60
2016-07-19rtnl: add option for setting link xdp progBrenden Blanco1-0/+64
2016-07-19net: add ndo to setup/query xdp prog in adapter rxBrenden Blanco1-0/+33
2016-07-19bpf: add XDP prog type for early driver filterBrenden Blanco1-0/+79
2016-07-19packet: fix second argument of sock_tx_timestamp()Yoshihiro Shimoda1-3/+3
2016-07-19net/ncsi: NCSI AEN packet handlerGavin Shan5-2/+236
2016-07-19net/ncsi: Package and channel managementGavin Shan3-0/+828
2016-07-19net/ncsi: NCSI response packet handlerGavin Shan4-1/+1227
2016-07-19net/ncsi: NCSI command packet handlerGavin Shan4-1/+558
2016-07-19net/ncsi: Resource managementGavin Shan6-0/+710
2016-07-19net: dsa: support switchdev ageing time attrVivien Didelot1-0/+41
2016-07-19net: ip_finish_output_gso: If skb_gso_network_seglen exceeds MTU, allow segmentation for local udp tunneled skbsShmulik Ladkani1-0/+9
2016-07-19net/ipv4: Introduce IPSKB_FRAG_SEGS bit to inet_skb_parm.flagsShmulik Ladkani3-4/+6
2016-07-19netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang1-6/+19
2016-07-18sctp: load transport header after sk_filterWillem de Bruijn1-4/+1
2016-07-18net/sched/sch_htb: clamp xstats tokens to fit into 32-bit intKonstantin Khlebnikov1-2/+4
2016-07-18netfilter: x_tables: speed up jump target validationFlorian Westphal4-64/+123