summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/selinux in...James Morris2016-07-0723-190/+3231
|\
| * netlabel: Implement CALIPSO config functions for SMACK.Huw Davies2016-06-273-0/+212
| * calipso: Add a label cache.Huw Davies2016-06-275-7/+341
| * calipso: Add validation of CALIPSO option.Huw Davies2016-06-272-0/+68
| * netlabel: Pass a family parameter to netlbl_skbuff_err().Huw Davies2016-06-271-3/+8
| * calipso: Allow the lsm to label the skbuff directly.Huw Davies2016-06-274-4/+282
| * ipv6: constify the skb pointer of ipv6_find_tlv().Huw Davies2016-06-271-1/+1
| * calipso: Allow request sockets to be relabelled by the lsm.Huw Davies2016-06-274-7/+156
| * ipv6: Allow request socks to contain IPv6 options.Huw Davies2016-06-273-6/+21
| * calipso: Set the calipso socket label to match the secattr.Huw Davies2016-06-276-9/+715
| * netlabel: Move bitmap manipulation functions to the NetLabel core.Huw Davies2016-06-272-79/+79
| * ipv6: Add ipv6_renew_options_kern() that accepts a kernel mem pointer.Huw Davies2016-06-271-0/+49
| * netlabel: Add support for removing a CALIPSO DOI.Huw Davies2016-06-273-0/+149
| * netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies2016-06-274-5/+89
| * netlabel: Add support for enumerating the CALIPSO DOI list.Huw Davies2016-06-273-0/+161
| * netlabel: Add support for querying a CALIPSO DOI.Huw Davies2016-06-273-0/+189
| * netlabel: Initial support for the CALIPSO netlink protocol.Huw Davies2016-06-279-2/+500
| * netlabel: Add an address family to domain hash entries.Huw Davies2016-06-276-58/+192
| * netlabel: Mark rcu pointers with __rcu.Huw Davies2016-06-272-4/+4
| * netlabel: handle sparse category maps in netlbl_catmap_getlong()Paul Moore2016-06-091-5/+4
| * iucv: properly clone LSM attributes to newly created child socketsPaul Moore2016-06-071-1/+4
| * netlabel: add address family checks to netlbl_{sock,req}_delattr()Paul Moore2016-06-061-2/+10
* | net: Use ns_capable_noaudit() when determining net sysctl permissionsTyler Hicks2016-06-061-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-06-042-28/+27
|\ \
| * | libceph: use %s instead of %pE in dout()sIlya Dryomov2016-05-302-5/+5
| * | libceph: put request only if it's done in handle_reply()Ilya Dryomov2016-05-301-3/+3
| * | libceph: change ceph_osdmap_flag() to take osdcIlya Dryomov2016-05-301-20/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-05-3125-71/+203
|\ \ \ | |/ / |/| |
| * | fou: fix IPv6 Kconfig optionsArnd Bergmann2016-05-312-2/+2
| * | openvswitch: update checksum in {push,pop}_mplsSimon Horman2016-05-311-5/+15
| * | sctp: sctp_diag should dump sctp socket typeXin Long2016-05-311-0/+1
| * | vlan: Propagate MAC address to VLANsMike Manning2016-05-313-3/+24
| * | net: pktgen: Call destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-4/+4
| * | net: l2tp: Make l2tp_ip6 namespace awareShmulik Ladkani2016-05-301-5/+7
| * | ieee802154: fix logic error in ieee802154_llsec_parse_dev_addrBaozeng Ding2016-05-291-2/+2
| * | net/lapb: tuse %*ph to dump buffersAndy Shevchenko2016-05-293-15/+8
| * | fou: add Kconfig options for IPv6 supportArnd Bergmann2016-05-293-2/+11
| * | sctp: fix double EPs display in sctp_diagXin Long2016-05-251-0/+3
| * | net: hwbm: Fix unbalanced spinlock in error caseGregory CLEMENT2016-05-251-0/+3
| * | tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding2016-05-251-18/+93
| * | net sched actions: policer missing timestamp processingJamal Hadi Salim2016-05-241-0/+11
| * | net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-242-10/+7
| * | ip6_gre: Set flowi6_proto as IPPROTO_GRE in xmit path.Haishuang Yan2016-05-241-0/+1
| * | ip6_gre: Fix MTU setting for ip6gretapHaishuang Yan2016-05-241-0/+2
| * | ipv4: Fix non-initialized TTL when CONFIG_SYSCTL=nEzequiel Garcia2016-05-232-4/+8
| * | net/atm: sk_err_soft must be positiveStefan Hajnoczi2016-05-232-3/+3
* | | remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-266-1742/+3499
|\ \ \
| * | | libceph: make ceph_osdc_wait_request() uninterruptibleYan, Zheng2016-05-261-1/+1
| * | | ceph: make logical calculation functions return boolZhang Zhuoyu2016-05-261-1/+1