summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-211-3/+2
* 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/+0
* 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/+1
* 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/+12
* 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/+1
* 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-201-2/+1
* net/ipv6: Fix index counter for unicast addresses in in6_dump_addrsDavid Ahern2018-10-201-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/+0
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-10-181-5/+5
* tipc: fix info leak from kernel tipc_eventJon Maloy2018-10-181-0/+1
* net: socket: fix a missing-check bugWenwen Wang2018-10-181-3/+8
* net: sched: Fix for duplicate class dumpPhil Sutter2018-10-181-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
| * net/xfrm: fix out-of-bounds packet accessAlexei Starovoitov2018-10-111-2/+2
| * xfrm: fix gro_cells leak when remove virtual xfrm interfacesLi RongQing2018-10-021-0/+3
* | net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-10-171-2/+0
* | udp6: fix encap return code for resubmittingPaolo Abeni2018-10-171-4/+2
* | sctp: not free the new asoc when sctp_wait_for_connect returns errXin Long2018-10-171-1/+3
* | sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-10-171-3/+2
* | net: bpfilter: use get_pid_task instead of pid_taskTaehee Yoo2018-10-171-2/+4
* | sctp: get pr_assoc and pr_stream all status with SCTP_PR_SCTP_ALL insteadXin Long2018-10-161-4/+4
* | rxrpc: Fix a missing rxrpc_put_peer() in the error_report handlerDavid Howells2018-10-151-0/+1
* | sctp: use the pmtu from the icmp packet to update transport pathmtuXin Long2018-10-153-1/+9
* | ipv6: mcast: fix a use-after-free in inet6_mc_checkEric Dumazet2018-10-151-8/+8
* | tipc: fix unsafe rcu locking when accessing publication listTung Nguyen2018-10-151-2/+2
* | rxrpc: Fix incorrect conditional on IPV6David Howells2018-10-151-1/+1
* | ipv6: rate-limit probes for neighbourless routesSabrina Dubroca2018-10-151-6/+6
* | rxrpc: use correct kvec num when sending BUSY response packetYueHaibing2018-10-151-1/+2
* | rxrpc: Fix an uninitialised variableDavid Howells2018-10-151-1/+1
* | tipc: initialize broadcast link stale counter correctlyJon Maloy2018-10-151-0/+1
* | llc: set SOCK_RCU_FREE in llc_sap_add_socket()Cong Wang2018-10-151-0/+1