summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_flow_offload: don't offload when sequence numbers need adjustmentFlorian Westphal2019-05-221-4/+2
* netfilter: nft_flow_offload: set liberal tracking mode for tcpFlorian Westphal2019-05-221-0/+8
* netfilter: nf_flow_table: ignore DF bit settingFlorian Westphal2019-05-221-2/+1
* netfilter: nat: fix udp checksum corruptionFlorian Westphal2019-05-211-1/+1
* ipvs: Fix use-after-free in ip_vs_inYueHaibing2019-05-211-1/+1
* netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-213-37/+8
* netfilter: nf_queue: fix reinject verdict handlingJagdish Motwani2019-05-211-0/+1
* netfilter: nf_tables: fix oops during rule dumpFlorian Westphal2019-05-201-9/+11
* vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-181-7/+6
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-05-171-7/+7
* vsock/virtio: free packets during the socket releaseStefano Garzarella2019-05-171-0/+7
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-171-7/+7
* net: caif: fix the value of size argument of snprintfswkhack2019-05-175-6/+5
* ipv6: fix src addr routing with the exception tableWei Wang2019-05-161-24/+27
* net: avoid weird emergency messageEric Dumazet2019-05-161-1/+1
* xfrm: ressurrect "Fix uninitialized memory read in _decode_session4"Florian Westphal2019-05-161-11/+13
* tipc: switch order of device registration to fix a crashJunwei Hu2019-05-161-7/+7
* ipv6: prevent possible fib6 leaksEric Dumazet2019-05-162-3/+16
* net: bpfilter: fallback to netfilter if failed to load bpfilter kernel moduleKonstantin Khlebnikov2019-05-161-4/+2
* hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-161-31/+77
* flow_offload: support CVLAN matchEdward Cree2019-05-161-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-152-5/+9
|\
| * bpf, tcp: correctly handle DONT_WAIT flags and timeo == 0John Fastabend2019-05-161-1/+4
| * bpf: sockmap fix msg->sg.size account on ingress skbJohn Fastabend2019-05-141-0/+1
| * bpf: sockmap remove duplicate queue freeJohn Fastabend2019-05-141-2/+0
| * bpf: sockmap, only stop/flush strp if it was enabled at some pointJohn Fastabend2019-05-141-2/+4
* | tcp: do not recycle cloned skbsEric Dumazet2019-05-151-1/+1
* | rtnetlink: always put IFLA_LINK for links with a link-netnsidSabrina Dubroca2019-05-141-6/+10
* | tcp: fix retrans timestamp on passive Fast OpenYuchung Cheng2019-05-141-0/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-05-144-5/+6
|\ \ | |/ |/|
| * mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-143-3/+4
| * mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+2
* | flow_dissector: disable preemption around BPF callsEric Dumazet2019-05-131-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-138-34/+88
|\ \
| * | netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal2019-05-091-1/+3
| * | netfilter: nf_flow_table: do not flow offload deleted conntrack entriesTaehee Yoo2019-05-061-1/+8
| * | netfilter: nf_conntrack_h323: Remove deprecated config checkSubash Abhinov Kasiviswanathan2019-05-061-8/+3
| * | netfilter: ctnetlink: Resolve conntrack L3-protocol flush regressionKristian Evensen2019-05-061-1/+1
| * | netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fastTaehee Yoo2019-05-061-7/+18
| * | netfilter: nf_tables: fix base chain stat rcu_dereference usageFlorian Westphal2019-05-061-2/+7
| * | netfilter: nf_conntrack_h323: restore boundary check correctnessJakub Jankowski2019-05-061-1/+1
| * | netfilter: nf_flow_table: check ttl value in flow offload data pathTaehee Yoo2019-04-301-0/+6
| * | netfilter: nf_flow_table: fix netdev refcnt leakTaehee Yoo2019-04-301-0/+1
| * | netfilter: nft_flow_offload: add entry to flowtable after confirmationPablo Neira Ayuso2019-04-301-2/+1
| * | netfilter: nf_tables: delay chain policy update until transaction is completeFlorian Westphal2019-04-301-11/+39
* | | net: dccp : proto: remove Unneeded variable "err"Hariprasad Kelam2019-05-121-2/+1
* | | net: dsa: Initialize DSA_SKB_CB(skb)->deferred_xmit variableVladimir Oltean2019-05-121-0/+2
* | | net: qrtr: use protocol endiannes variableNicholas Mc Guire2019-05-111-3/+4
* | | dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPENDYueHaibing2019-05-101-1/+1
* | | bridge: Fix error path for kobject_init_and_add()Tobin C. Harding2019-05-101-7/+6
| |/ |/|