summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-05-30netlabel: If PF_INET6, check sk_buff ip header versionRichard Haines1-0/+10
2018-05-30net/smc: pay attention to MAX_ORDER for CQ entriesUrsula Braun2-2/+9
2018-05-30rxrpc: Don't treat call aborts as conn abortsDavid Howells1-6/+9
2018-05-30rxrpc: Fix Tx ring annotation after initial Tx failureDavid Howells1-1/+3
2018-05-30rxrpc: Fix resend event time calculationMarc Dionne1-1/+1
2018-05-25cfg80211: limit wiphy names to 128 bytesJohannes Berg1-0/+3
2018-05-25net: ip6_gre: fix tunnel metadata device sharing.William Tu1-22/+79
2018-05-25net: ip6_gre: Fix ip6erspan hlen calculationPetr Machata1-9/+65
2018-05-25net: ip6_gre: Split up ip6gre_changelink()Petr Machata1-9/+24
2018-05-25net: ip6_gre: Split up ip6gre_newlink()Petr Machata1-6/+18
2018-05-25net: ip6_gre: Split up ip6gre_tnl_change()Petr Machata1-2/+8
2018-05-25net: ip6_gre: Split up ip6gre_tnl_link_config()Petr Machata1-12/+26
2018-05-25net: ip6_gre: Fix headroom request in ip6erspan_tunnel_xmit()Petr Machata1-1/+1
2018-05-25net: ip6_gre: Request headroom in __gre6_xmit()Petr Machata1-0/+3
2018-05-25net: dsa: Do not register devlink for unused portsFlorian Fainelli1-3/+6
2018-05-25tcp: purge write queue in tcp_connect_init()Eric Dumazet1-2/+5
2018-05-25sock_diag: fix use-after-free read in __sk_freeEric Dumazet1-1/+1
2018-05-25packet: in packet_snd start writing at link layer allocationWillem de Bruijn1-1/+3
2018-05-25net: test tailroom before appending to linear skbWillem de Bruijn2-2/+4
2018-05-25net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers1-31/+40
2018-05-25net: sched: red: avoid hashing NULL childPaolo Abeni2-4/+6
2018-05-25net/sched: fix refcnt leak in the error path of tcf_vlan_init()Davide Caratti1-0/+2
2018-05-25net: Fix a bug in removing queues from XPS mapAmritha Nambiar1-1/+1
2018-05-22netfilter: nf_tables: nf_tables_obj_lookup_byhandle() can be statickbuild test robot1-4/+4
2018-05-22netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal1-27/+32
2018-05-22netfilter: nf_tables: free set name in error pathFlorian Westphal1-3/+5
2018-05-19net/smc: keep clcsock reference in smc_tcp_listen_work()Ursula Braun1-4/+0
2018-05-19ipv4: reset fnhe_mtu_locked after cache route flushedHangbin Liu1-0/+1
2018-05-19tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet1-1/+2
2018-05-19tcp: restore autocorkingEric Dumazet1-1/+1
2018-05-19sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long1-0/+2
2018-05-19udp: fix SO_BINDTODEVICEPaolo Abeni2-4/+4
2018-05-19nsh: fix infinite loopEric Dumazet1-0/+4
2018-05-19ipv6: fix uninit-value in ip6_multipath_l3_keys()Eric Dumazet1-1/+6
2018-05-19net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko1-1/+1
2018-05-19tcp: ignore Fast Open on repair modeYuchung Cheng1-1/+2
2018-05-19tcp_bbr: fix to zero idle_restart only upon S/ACKed dataNeal Cardwell1-1/+3
2018-05-19sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long1-1/+1
2018-05-19sctp: remove sctp_chunk_put from fail_mark err path in sctp_ulpevent_make_rcvmsgXin Long1-1/+0
2018-05-19sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addrXin Long1-0/+3
2018-05-19sctp: fix the issue that the cookie-ack with auth can't get processedXin Long1-1/+1
2018-05-19sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2-41/+75
2018-05-19rds: do not leak kernel memory to user landEric Dumazet1-0/+1
2018-05-19openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is foundStefano Brivio1-6/+3
2018-05-19net/tls: Fix connection stall on partial tls recordAndre Tomt1-0/+1
2018-05-19net/tls: Don't recursively call push_record during tls_write_space callbacksDave Watson1-0/+7
2018-05-19net: support compat 64-bit time in {s,g}etsockoptLance Richardson1-2/+4
2018-05-19net/smc: restrict non-blocking connect finishUrsula Braun1-6/+8
2018-05-19net_sched: fq: take care of throttled flows before reuseEric Dumazet1-12/+25
2018-05-19net sched actions: fix refcnt leak in skbmodRoman Mashak1-1/+4