summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | netfilter: bridge: set skb transport_header before entering NF_INET_PRE_ROUTINGXin Long2019-03-182-0/+3
| | * | netfilter: nft_set_rbtree: check for inactive element after flag mismatchPablo Neira Ayuso2019-03-181-4/+3
| | * | netfilter: nf_conntrack_sip: remove direct dependency on IPv6Alin Nastac2019-03-181-21/+16
| * | | genetlink: Fix a memory leak on error pathYueHaibing2019-03-211-1/+2
| * | | tipc: fix cancellation of topology subscriptionsErik Hugne2019-03-211-0/+1
| * | | sctp: use memdup_user instead of vmemdup_userXin Long2019-03-201-6/+6
| * | | ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-03-201-8/+10
| * | | net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-03-201-1/+1
| * | | mpls: Fix 6PE forwardingVinay K Nallamothu2019-03-191-3/+9
| * | | dccp: do not use ipv6 header for ipv4 flowEric Dumazet2019-03-191-2/+2
| * | | tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-03-191-4/+4
| * | | nfc: Fix to check for kmemdup failureAditya Pakki2019-03-191-2/+7
| * | | net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-03-191-2/+4
| | |/ | |/|
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long2019-03-181-0/+3
| * | sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner2019-03-181-0/+3
| * | sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long2019-03-181-2/+1
| * | af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALLYoshiki Komachi2019-03-181-1/+2
| * | packets: Always register packet sk in the same orderMaxime Chevallier2019-03-181-1/+1
| * | net: rose: fix a possible stack overflowEric Dumazet2019-03-181-9/+12
| * | tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne2019-03-171-5/+15
| * | net: tipc: fix a missing check for nla_nest_startKangjie Lu2019-03-161-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-162-23/+23
| |\ \
| | * | xsk: fix umem memory leak on cleanupBjörn Töpel2019-03-161-18/+1
| | * | bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau2019-03-131-0/+21
| | * | bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-131-5/+1
| * | | net: tipc: fix a missing check of nla_nest_startKangjie Lu2019-03-161-0/+3
| * | | net: ncsi: fix a missing check for nla_nest_startKangjie Lu2019-03-161-0/+4
| * | | net: openvswitch: fix missing checks for nla_nest_startKangjie Lu2019-03-161-0/+8
| * | | net: openvswitch: fix a NULL pointer dereferenceKangjie Lu2019-03-161-0/+4
| * | | net: add documentation to socket.cPedro Tammela2019-03-151-18/+259
| * | | net: strparser: fix a missing check for create_singlethread_workqueueKangjie Lu2019-03-151-0/+2
| * | | sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen2019-03-151-13/+12
| * | | appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-03-152-11/+24
* | | | Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-03-262-3/+13
|\ \ \ \
| * | | | SUNRPC: fix uninitialized variable warningAlakesh Haloi2019-03-261-2/+2
| * | | | SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connectedTrond Myklebust2019-03-231-1/+11
* | | | | libceph: wait for latest osdmap in ceph_monc_blacklist_add()Ilya Dryomov2019-03-202-1/+26
|/ / / /
* | | | Merge tag '9p-for-5.1' of git://github.com/martinetd/linuxLinus Torvalds2019-03-172-2/+2
|\ \ \ \
| * | | | 9p/net: fix memory leak in p9_client_createzhengbin2019-03-131-1/+1