summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* libceph: verify authorize reply on connectIlya Dryomov2016-12-121-0/+13
* libceph: no need for GFP_NOFS in ceph_monc_init()Ilya Dryomov2016-12-121-6/+6
* libceph: stop allocating a new cipher on every crypto requestIlya Dryomov2016-12-122-25/+61
* libceph: uninline ceph_crypto_key_destroy()Ilya Dryomov2016-12-122-8/+9
* libceph: remove now unused ceph_*{en,de}crypt*() functionsIlya Dryomov2016-12-122-383/+0
* libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov2016-12-121-46/+32
* libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov2016-12-121-34/+37
* libceph: tweak calcu_signature() a littleIlya Dryomov2016-12-121-15/+28
* libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov2016-12-122-6/+7
* libceph: introduce ceph_crypt() for in-place en/decryptionIlya Dryomov2016-12-122-0/+89
* libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov2016-12-121-2/+6
* libceph: old_key in process_one_ticket() is redundantIlya Dryomov2016-12-121-3/+1
* libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov2016-12-121-3/+4
* can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde2016-12-071-0/+3
* tcp: warn on bogus MSS and try to amend itMarcelo Ricardo Leitner2016-12-061-1/+21
* netlink: Do not schedule work from sk_destructHerbert Xu2016-12-051-17/+15
* net: caif: remove ineffective checkPan Bian2016-12-051-4/+1
* net: ping: check minimum size on ICMP header lengthKees Cook2016-12-051-0/+4
* net: bridge: set error code on failurePan Bian2016-12-051-0/+1
* net: af_mpls.c add space before open parenthesisSuraj Deshmukh2016-12-051-1/+1
* ipv4: Drop suffix update from resize codeAlexander Duyck2016-12-051-21/+21
* ipv4: Drop leaf from suffix pull/push functionsAlexander Duyck2016-12-051-12/+14
* net: dcb: set error code on failuresPan Bian2016-12-031-0/+1
* Merge tag 'batadv-net-for-davem-20161202' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-12-031-2/+2
|\
| * batman-adv: Check for alloc errors when preparing TT local dataSven Eckelmann2016-12-021-2/+2
* | net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-021-2/+2
* | tipc: check minimum bearer MTUMichal Kubeček2016-12-023-2/+27
* | ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov2016-12-021-1/+1
* | RDS: TCP: unregister_netdevice_notifier() in error path of rds_tcp_init_netSowmini Varadhan2016-12-021-0/+2
* | Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper2016-12-021-1/+0
* | ipv6: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
* | ipv4: Set skb->protocol properly for local outputEli Cooper2016-12-021-0/+2
* | packet: fix race condition in packet_set_ringPhilip Pettersson2016-12-021-6/+12
* | net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser2016-12-021-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-12-013-3/+3
|\ \
| * | esp6: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| * | esp4: Fix integrity verification when ESN are usedTobias Brunner2016-11-301-1/+1
| * | xfrm_user: fix return value from xfrm_user_rcv_msgYi Zhao2016-11-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-019-32/+60
|\ \ \
| * | | netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia2016-11-301-2/+2
| * | | netfilter: ipv6: nf_defrag: drop mangled skb on ream errorFlorian Westphal2016-11-292-3/+3
| * | | netfilter: nft_range: add the missing NULL pointer checkLiping Zhang2016-11-241-0/+6
| * | | netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-5/+9
| * | | netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-16/+24
| * | | netfilter: nat: fix cmp return valueFlorian Westphal2016-11-241-3/+6
| * | | netfilter: nft_hash: validate maximum value of u32 netlink hash attributeLaura Garcia Liebana2016-11-241-2/+5
| * | | netfilter: Update nf_send_reset6 to consider L3 domainDavid Ahern2016-11-241-0/+1
| * | | netfilter: Update ip_route_me_harder to consider L3 domainDavid Ahern2016-11-241-1/+4
* | | | l2tp: fix address test in __l2tp_ip6_bind_lookup()Guillaume Nault2016-11-301-1/+1
* | | | l2tp: fix lookup for sockets not bound to a device in l2tp_ipGuillaume Nault2016-11-302-5/+8
OpenPOWER on IntegriCloud