summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Fix lockup due to no error backoff after ack transmit errorDavid Howells2018-11-233-8/+46
* sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-231-1/+0Star
* sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long2018-11-231-1/+1
* l2tp: fix a sock refcnt leak in l2tp_tunnel_registerXin Long2018-11-231-5/+4Star
* inet: frags: better deal with smp racesEric Dumazet2018-11-231-14/+15
* Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-231-0/+3
* tipc: fix link re-establish failureJon Maloy2018-11-231-4/+7
* net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski2018-11-231-1/+13
* net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti2018-11-231-1/+2
* tipc: fix lockdep warning when reinitilaizing socketsJon Maloy2018-11-233-18/+48
* tipc: don't assume linear buffer when reading ancillary dataJon Maloy2018-11-231-4/+11
* tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-231-0/+1
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5Star
* net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-231-0/+4
* ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-231-2/+5
* ipv6: fix a dst leak when removing its exceptionXin Long2018-11-231-4/+3Star
* ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-231-1/+1
* flow_dissector: do not dissect l4 ports for fragments배석진2018-11-231-2/+2
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2Star
* netfilter: conntrack: fix calculation of next bucket number in early_dropVasily Khoruzhick2018-11-211-5/+8
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-11-211-0/+5
* net: sched: Remove TCA_OPTIONS from policyDavid Ahern2018-11-131-1/+0Star
* nfsd: Fix an Oops in free_session()Trond Myklebust2018-11-131-1/+1
* net/ipv4: defensive cipso option parsingStefan Nuernberger2018-11-131-4/+7
* xprtrdma: Reset credit grant properly after a disconnectChuck Lever2018-11-132-0/+7
* cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-11-131-0/+1
* netfilter: xt_nat: fix DNAT target for shifted portmap rangesPaolo Abeni2018-11-131-0/+2
* net: bridge: remove ipv6 zero address check in mcast queriesNikolay Aleksandrov2018-11-041-2/+1Star
* sctp: check policy more carefully when getting pr statusXin Long2018-11-041-3/+5
* net: Properly unlink GRO packets on overflow.David S. Miller2018-11-041-0/+1
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-041-4/+8
* net/smc: fix smc_buf_unuse to use the lgr pointerKarsten Graul2018-11-041-13/+12Star
* net/ipv6: Allow onlink routes to have a device mismatch if it is the default ...David Ahern2018-11-041-0/+2
* openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz2018-11-041-2/+2
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-041-0/+10
* Revert "net: simplify sock_poll_wait"Karsten Graul2018-11-0411-12/+12
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-043-6/+39
* net: sched: gred: pass the right attribute to gred_change_table_def()Jakub Kicinski2018-11-041-1/+1
* ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are calledStefano Brivio2018-11-041-2/+1Star
* bridge: do not add port to router list when receives query with source 0.0.0.0Hangbin Liu2018-11-041-1/+9
* Revert "neighbour: force neigh_invalidate when NUD_FAILED update is from admin"Roopa Prabhu2018-10-211-2/+1Star
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-10-211-2/+4
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-10-201-2/+3
* Revert "bond: take rcu lock in netpoll_send_skb_on_dev"David S. Miller2018-10-191-2/+0Star
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-10-191-5/+5
* tipc: fix info leak from kernel tipc_eventJon Maloy2018-10-191-0/+1
* net: socket: fix a missing-check bugWenwen Wang2018-10-191-3/+8
* net: sched: Fix for duplicate class dumpPhil Sutter2018-10-191-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-10-183-6/+9
|\
| * xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-10-111-4/+4