summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg2018-12-051-4/+6
* tls: Use correct sk->sk_prot for IPV6Boris Pismenny2018-12-051-15/+37
* tls: don't override sk_write_space if tls_set_sw_offload fails.Ilya Lesokhin2018-12-051-3/+2
* tls: Avoid copying crypto_info again after cipher_type check.Ilya Lesokhin2018-12-051-19/+14
* tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin2018-12-052-10/+17
* tls: Add function to update the TLS socket configurationIlya Lesokhin2018-12-051-14/+32
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-12-051-17/+56
* libceph: add authorizer challengeIlya Dryomov2018-12-055-6/+117
* libceph: factor out encrypt_authorizer()Ilya Dryomov2018-12-051-13/+36
* libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-12-051-9/+24
* libceph: factor out __prepare_write_connect()Ilya Dryomov2018-12-051-9/+12
* libceph: store ceph_auth_handshake pointer in ceph_connectionIlya Dryomov2018-12-051-28/+26
* net: ieee802154: 6lowpan: fix frag reassemblyAlexander Aring2018-12-012-9/+9
* SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-12-011-7/+1
* can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-12-011-7/+8
* tcp: do not release socket ownership in tcp_close()Eric Dumazet2018-12-012-9/+4
* llc: do not use sk_eat_skb()Eric Dumazet2018-12-011-7/+4
* sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long2018-12-011-3/+7
* libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-271-3/+9
* SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-271-1/+1
* netfilter: xt_IDLETIMER: add sysfs filename checking routineTaehee Yoo2018-11-271-0/+20
* netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,netEric Westbrook2018-11-271-4/+4
* netfilter: ipset: list:set: Decrease refcount synchronously on deletion and r...Stefano Brivio2018-11-272-18/+22
* inet: frags: better deal with smp racesEric Dumazet2018-11-231-13/+15
* sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-231-1/+0
* sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-231-21/+5
* 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
* 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/+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
* cgroup, netclassid: add a preemption point to write_classidMichal Hocko2018-11-131-0/+1
* xfrm: policy: use hlist rcu variants on insertFlorian Westphal2018-11-131-4/+4
* net/sched: cls_api: add missing validation of netlink attributesDavide Caratti2018-11-041-2/+5
* net: ipmr: fix unresolved entry dumpsNikolay Aleksandrov2018-11-041-2/+0
* rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel2018-11-041-0/+10
* net: fix pskb_trim_rcsum_slow() with odd trim offsetDimitris Michailidis2018-11-041-2/+3
* net: drop skb on failure in ip_check_defrag()Cong Wang2018-11-041-4/+8
* net: sched: Fix for duplicate class dumpPhil Sutter2018-11-041-1/+2
* openvswitch: Fix push/pop ethernet validationJaime Caamaño Ruiz2018-11-041-2/+2
* ip6_tunnel: Fix encapsulation layoutStefano Brivio2018-11-041-4/+5
* ethtool: fix a privilege escalation bugWenwen Wang2018-11-041-2/+6
* udp6: fix encap return code for resubmittingPaolo Abeni2018-11-041-4/+2
* sctp: fix race on sctp_id2asocMarcelo Ricardo Leitner2018-11-041-3/+2
* net: udp: fix handling of CHECKSUM_COMPLETE packetsSean Tranchetti2018-11-043-6/+39