summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2017-02-04net: ipv6: Use compressed IPv6 addresses showing route replace errorDavid Ahern-1/+1
2017-02-04net: ipv6: Change notifications for multipath delete to RTA_MULTIPATHDavid Ahern-1/+28
2017-02-04net: ipv6: Change notifications for multipath add to RTA_MULTIPATHDavid Ahern-3/+53
2017-02-04net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attributeDavid Ahern-17/+105
2017-02-04net: ipv6: Allow shorthand delete of all nexthops in multipath routeDavid Ahern-2/+36
2017-02-03net: skb_needs_check() accepts CHECKSUM_NONE for txEric Dumazet-3/+4
2017-02-03net: remove support for per driver ndo_busy_poll()Eric Dumazet-16/+0
2017-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-640/+576
2017-02-03sched: cls_flower: expose priority to offloading netdeviceJiri Pirko-0/+3
2017-02-03tcp: clear pfmemalloc on outgoing skbEric Dumazet-0/+7
2017-02-03net: ipv6: Set protocol to kernel for local routesDavid Ahern-0/+1
2017-02-03bridge: vlan dst_metadata hooks in ingress and egress pathsRoopa Prabhu-2/+82
2017-02-03bridge: per vlan dst_metadata netlink supportRoopa Prabhu-48/+641
2017-02-03net/sched: act_ife: Change to use ife moduleYotam Gigi-78/+33
2017-02-03net: Introduce ife encapsulation moduleYotam Gigi-0/+165
2017-02-03net/sched: act_ife: Unexport ife_tlv_meta_encodeYotam Gigi-2/+2
2017-02-03tcp: add tcp_mss_clamp() helperEric Dumazet-23/+8
2017-02-02net: add LINUX_MIB_PFMEMALLOCDROP counterEric Dumazet-2/+4
2017-02-02net: ipv4: remove fib_lookup.h from devinet.c include listDavid Ahern-2/+0
2017-02-02net: remove useless pfmemalloc settingEric Dumazet-1/+0
2017-02-02unix: add ioctl to open a unix socket file with O_PATHAndrey Vagin-0/+41
2017-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-104/+93
2017-02-02netfilter: allow logging from non-init namespacesMichal Kubeček-4/+28
2017-02-02ipvs: free ip_vs_dest structs when refcnt=0David Windsor-5/+3
2017-02-02netfilter: merge ctinfo into nfct pointer storage areaFlorian Westphal-9/+13
2017-02-02netfilter: guarantee 8 byte minalign for template addressesFlorian Westphal-5/+24
2017-02-02netfilter: add and use nf_ct_set helperFlorian Westphal-32/+15
2017-02-02skbuff: add and use skb_nfct helperFlorian Westphal-25/+25
2017-02-02netfilter: reduce direct skb->nfct usageFlorian Westphal-6/+9
2017-02-02netfilter: reset netfilter state when duplicating packetFlorian Westphal-2/+2
2017-02-02netfilter: conntrack: no need to pass ctinfo to error handlerFlorian Westphal-19/+15
2017-02-02netfilter: nf_tables: Eliminate duplicated code in nf_tables_table_enable()Feng-23/+25
2017-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-103/+86
2017-02-01net/sched: act_psample: Remove unnecessary ASSERT_RTNLYotam Gigi-1/+0
2017-02-01net/sched: act_sample: Fix error path in initYotam Gigi-1/+4
2017-02-01tcp: fix 0 divide in __tcp_select_window()Eric Dumazet-2/+4
2017-02-01ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter-1/+1
2017-02-01net: ipv6: add NLM_F_APPEND in notifications when applicableDavid Ahern-0/+3
2017-02-01net: reduce skb_warn_bad_offload() noiseEric Dumazet-3/+9
2017-02-01net/sched: matchall: Fix configuration raceYotam Gigi-82/+45
2017-02-01rtnetlink: Handle IFLA_MASTER parameter when processing rtnl_newlinkTheuns Verwoerd-1/+6
2017-02-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-199/+575
2017-01-31net: ethtool: convert large order kmalloc allocations to vzallocAlexei Starovoitov-17/+22
2017-01-30net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman-2/+2
2017-01-30Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm...David S. Miller-7/+16
2017-01-30smc: some potential use after free bugsDan Carpenter-0/+5
2017-01-30net: dsa: Add plumbing for port mirroringFlorian Fainelli-1/+139
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich-1/+1
2017-01-30lwtunnel: remove device arg to lwtunnel_build_stateDavid Ahern-28/+17
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman-14/+51