summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ipvs-fixes-for-v4.5' of https://git.kernel.org/pub/scm/linux/kerne...Pablo Neira Ayuso2016-03-113-12/+35
|\
| * ipvs: correct initial offset of Call-ID header search in SIP persistence engineMarco Angaroni2016-03-071-1/+1
| * ipvs: allow rescheduling after RSTJulian Anastasov2016-03-071-0/+1
| * ipvs: drop first packet to redirect conntrackJulian Anastasov2016-03-071-9/+28
| * ipvs: handle ip_vs_fill_iph_skb_off failureArnd Bergmann2016-03-071-2/+2
| * netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull2016-02-291-0/+3
* | Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2016-03-104-31/+32
|\ \
| * | netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-082-1/+4
| * | netfilter: ipset: Fix set:list type crash when flush/dump set in parallelJozsef Kadlecsik2016-02-242-30/+28
* | | packet: validate variable length ll headersWillem de Bruijn2016-03-091-25/+18
* | | ax25: add link layer header validation functionWillem de Bruijn2016-03-091-0/+15
* | | kcm: Add receive message timeoutTom Herbert2016-03-092-2/+36
* | | kcm: Add memory limit for receive message constructionTom Herbert2016-03-092-2/+48
* | | kcm: Sendpage supportTom Herbert2016-03-091-2/+145
* | | kcm: Splice supportTom Herbert2016-03-091-2/+96
* | | kcm: Add statistics and proc interfacesTom Herbert2016-03-093-1/+503
* | | kcm: Kernel Connection Multiplexor moduleTom Herbert2016-03-095-0/+2031
* | | tcp: Add tcp_inq to get available receive bytes on socketTom Herbert2016-03-091-14/+1
* | | net: Walk fragments in __skb_splice_bitsTom Herbert2016-03-091-23/+16
* | | net: Add MSG_BATCH flagTom Herbert2016-03-091-0/+5
* | | net: Allow MSG_EOR in each msghdr of sendmmsgTom Herbert2016-03-091-4/+6
* | | net: Make sock_alloc exportableTom Herbert2016-03-091-1/+2
* | | ipv6: per netns FIB garbage collectionMichal Kubeček2016-03-081-5/+4
* | | ipv6: per netns fib6 walkersMichal Kubeček2016-03-081-32/+36
* | | ipv6: replace global gc_args with local variableMichal Kubeček2016-03-081-6/+8
* | | net_sched: dsmark: use qdisc_dequeue_peeked()Kyeong Yoo2016-03-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-03-0824-320/+586
|\ \ \
| * | | netfilter: nft_masq: support port rangePablo Neira Ayuso2016-03-023-13/+52
| * | | netfilter: bridge: register hooks only when bridge interface is addedFlorian Westphal2016-03-021-3/+65
| * | | netfilter: xtables: don't hook tables by defaultFlorian Westphal2016-03-0215-206/+357
| * | | netfilter: xtables: prepare for on-demand hook registerFlorian Westphal2016-03-0214-76/+92
| * | | netfilter: nf_defrag_ipv4: Drop redundant ip_send_check()Joe Stringer2016-03-021-3/+1
| * | | Merge tag 'ipvs-for-v4.6' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-03-022-17/+8
| |\ \ \
| | * | | netfilter: ipvs: avoid unused variable warningsArnd Bergmann2016-02-182-15/+8
| | * | | netfilter: ipvs: Remove noisy debug print from ip_vs_del_serviceYannick Brosseau2016-02-181-2/+0
| * | | | netfilter: xt_osf: remove unused variableSudip Mukherjee2016-02-291-2/+0
| * | | | netfilter: meta: add PRANDOM supportFlorian Westphal2016-02-291-0/+11
* | | | | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-082-5/+7
* | | | | bpf: support for access to tunnel optionsDaniel Borkmann2016-03-081-6/+77
* | | | | bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann2016-03-081-1/+5
* | | | | bpf: make helper function protos staticDaniel Borkmann2016-03-081-9/+9
* | | | | bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann2016-03-081-1/+3
* | | | | bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann2016-03-081-0/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-0835-82/+205
|\ \ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-0730-74/+188
| |\ \ \ \ \
| | * | | | | tcp: fix tcpi_segs_in after connection establishmentEric Dumazet2016-03-071-1/+2
| | * | | | | udp6: fix UDP/IPv6 encap resubmit pathBill Sommerfeld2016-03-071-4/+2
| | * | | | | tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan2016-03-061-1/+2
| | * | | | | net: sched: fix act_ipt for LOG targetPhil Sutter2016-03-061-0/+2
| | * | | | | ipv6: re-enable fragment header matching in ipv6_find_hdrFlorian Westphal2016-03-031-1/+5