aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Merge tag 'ceph-for-5.1-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-2/+6
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 54-280/+874
2019-03-26Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 2-3/+13
2019-03-26SUNRPC: fix uninitialized variable warningGravatar Alakesh Haloi 1-2/+2
2019-03-26net: devlink: skip info_get op call if it is not defined in dumpitGravatar Jiri Pirko 1-0/+5
2019-03-26tipc: change to check tipc_own_id to return in tipc_net_stopGravatar Xin Long 1-4/+1
2019-03-26net: sched: Kconfig: update reference link for PIEGravatar Leslie Monis 1-2/+1
2019-03-25libceph: fix breakage caused by multipage bvecsGravatar Ilya Dryomov 1-2/+6
2019-03-23rxrpc: avoid clang -Wuninitialized warningGravatar Arnd Bergmann 1-6/+5
2019-03-23tipc: tipc clang warningGravatar Jon Maloy 1-3/+4
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrGravatar John Hurley 1-2/+5
2019-03-23SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedGravatar Trond Myklebust 1-1/+11
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectGravatar Wang Hai 1-5/+9
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Gravatar Davide Caratti 2-9/+11
2019-03-21net/sched: act_vlan: validate the control action inside init()Gravatar Davide Caratti 1-3/+17
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Gravatar Davide Caratti 1-2/+16
2019-03-21net/sched: act_skbmod: validate the control action inside init()Gravatar Davide Caratti 1-3/+16
2019-03-21net/sched: act_skbedit: validate the control action inside init()Gravatar Davide Caratti 1-3/+16
2019-03-21net/sched: act_simple: validate the control action inside init()Gravatar Davide Caratti 1-14/+38
2019-03-21net/sched: act_sample: validate the control action inside init()Gravatar Davide Caratti 1-3/+16
2019-03-21net/sched: act_police: validate the control action inside init()Gravatar Davide Caratti 1-1/+11
2019-03-21net/sched: act_pedit: validate the control action inside init()Gravatar Davide Caratti 1-2/+14
2019-03-21net/sched: act_nat: validate the control action inside init()Gravatar Davide Caratti 1-1/+11
2019-03-21net/sched: act_connmark: validate the control action inside init()Gravatar Davide Caratti 1-3/+18
2019-03-21net/sched: act_mirred: validate the control action inside init()Gravatar Davide Caratti 1-4/+17
2019-03-21net/sched: act_ife: validate the control action inside init()Gravatar Davide Caratti 1-13/+20
2019-03-21net/sched: act_gact: validate the control action inside init()Gravatar Davide Caratti 1-1/+12
2019-03-21net/sched: act_csum: validate the control action inside init()Gravatar Davide Caratti 1-3/+17
2019-03-21net/sched: act_bpf: validate the control action inside init()Gravatar Davide Caratti 1-5/+18
2019-03-21net/sched: prepare TC actions to properly validate the control actionGravatar Davide Caratti 17-55/+78
2019-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 9-30/+50
2019-03-21genetlink: Fix a memory leak on error pathGravatar YueHaibing 1-1/+2
2019-03-21tipc: fix cancellation of topology subscriptionsGravatar Erik Hugne 1-0/+1
2019-03-20sctp: use memdup_user instead of vmemdup_userGravatar Xin Long 1-6/+6
2019-03-20ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLGravatar Xin Long 1-8/+10
2019-03-20net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecGravatar Christoph Paasch 1-1/+1
2019-03-20libceph: wait for latest osdmap in ceph_monc_blacklist_add()Gravatar Ilya Dryomov 2-1/+26
2019-03-20netfilter: nf_tables: add missing ->release_ops() in error path of newrule()Gravatar Taehee Yoo 1-1/+4
2019-03-19mpls: Fix 6PE forwardingGravatar Vinay K Nallamothu 1-3/+9
2019-03-19dccp: do not use ipv6 header for ipv4 flowGravatar Eric Dumazet 1-2/+2
2019-03-19tcp: do not use ipv6 header for ipv4 flowGravatar Eric Dumazet 1-4/+4
2019-03-19nfc: Fix to check for kmemdup failureGravatar Aditya Pakki 1-2/+7
2019-03-19net-sysfs: call dev_hold if kobject_init_and_add successGravatar YueHaibing 1-2/+4
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Gravatar Xin Long 1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptGravatar Xin Long 1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Gravatar Xin Long 1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptGravatar Xin Long 1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Gravatar Xin Long 1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptGravatar Xin Long 1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptGravatar Xin Long 1-0/+3