summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-04-12net: sched: flower: fix filter net reference countingVlad Buslov1-11/+6
2019-04-12dctcp: more accurate tracking of packets deliveryEric Dumazet1-28/+17
2019-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-13/+150
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal4-39/+52
2019-04-12bridge: netfilter: unroll NF_HOOK helper in bridge input pathFlorian Westphal4-7/+53
2019-04-12bridge: reduce size of input cb to 16 bytesFlorian Westphal3-16/+16
2019-04-12bpf: explicitly prohibit ctx_{in, out} in non-skb BPF_PROG_TEST_RUNStanislav Fomichev1-0/+6
2019-04-12ipv6: Refactor __ip6_route_redirectDavid Ahern1-23/+33
2019-04-12ipv6: Refactor rt6_device_matchDavid Ahern1-13/+25
2019-04-12ipv6: Move fib6_multipath_select down in ip6_pol_routeDavid Ahern1-3/+3
2019-04-12ipv6: Be smarter with null_entry handling in ip6_pol_route_lookupDavid Ahern1-12/+13
2019-04-12ipv6: Refactor find_rr_leafDavid Ahern1-36/+30
2019-04-12ipv6: Refactor find_matchDavid Ahern1-18/+32
2019-04-12ipv6: Pass fib6_nh and flags to rt6_score_routeDavid Ahern1-8/+10
2019-04-12ipv6: Change rt6_probe to take a fib6_nhDavid Ahern1-8/+8
2019-04-12ipv6: Remove rt6_check_devDavid Ahern1-11/+4
2019-04-12ipv6: Only call rt6_check_neigh for nexthop with gatewayDavid Ahern1-9/+7
2019-04-12dns: remove redundant zero length namelen checkColin Ian King1-2/+0
2019-04-11net: netrom: Fix error cleanup path of nr_proto_initYueHaibing4-25/+60
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire1-4/+8
2019-04-11tipc: use standard write_lock & unlock functions when creating nodeJon Maloy1-2/+3
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-1/+1
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-37/+8
2019-04-11xprtrdma: Fix helper that drains the transportChuck Lever1-1/+1
2019-04-11netfilter: nf_nat_masquerade: unify ipv4/6 notifier registrationFlorian Westphal3-91/+42
2019-04-11netfilter: x_tables: merge ip and ipv6 masquerade modulesFlorian Westphal8-124/+87
2019-04-11netfilter: nf_nat: merge ip/ip6 masquerade headersFlorian Westphal4-6/+4
2019-04-11net: sched: flower: use correct ht function to prevent duplicatesVlad Buslov1-3/+3
2019-04-11netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault1-1/+1
2019-04-11net: bridge: multicast: use rcu to access port list from br_multicast_start_q...Nikolay Aleksandrov1-1/+3
2019-04-11net/smc: move unhash before release of clcsockUrsula Braun1-3/+3
2019-04-11net/smc: fix return code from FLUSH commandKarsten Graul1-1/+2
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-10/+28
2019-04-11net/smc: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-04-11net/smc: wait for pending work before clcsock release_sockKarsten Graul3-10/+30
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+135
2019-04-11net: fou: remove redundant code in gue_udp_recvLorenzo Bianconi1-3/+1
2019-04-11net: fou: do not use guehdr after iptunnel_pull_offloads in gue_udp_recvLorenzo Bianconi1-1/+3
2019-04-11tipc: missing entries in name table of publicationsHoang Le1-1/+2
2019-04-11fou: correct spelling of encapsulationSimon Horman1-2/+2
2019-04-11failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2-4/+18
2019-04-11net/sched: cbs: fix port_rate miscalculationLeandro Dorileo1-14/+84
2019-04-11net/sched: taprio: fix picos_per_byte miscalculationLeandro Dorileo1-16/+81
2019-04-11net/tls: fix build without CONFIG_TLS_DEVICEJakub Kicinski1-0/+2
2019-04-11net: strparser: fix commentJakub Kicinski1-1/+1
2019-04-10net: strparser: partially revert "strparser: Call skb_unclone conditionally"Jakub Kicinski1-7/+5
2019-04-10net/tls: don't leak partially sent record in device modeJakub Kicinski3-14/+30
2019-04-10net/tls: fix the IV leaksJakub Kicinski1-1/+4
2019-04-10ipv4: Handle RTA_GATEWAY set to 0David Ahern2-2/+4
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2-4/+7