summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-07-0830-65/+92
|\
| * net: ethernet: mediatek: remove useless code in mtk_probe()Gustavo A. R. Silva2017-07-081-5/+0
| * mpls: fix uninitialized in_label var warning in mpls_getrouteRoopa Prabhu2017-07-081-4/+8
| * doc: SKB_GSO_[IPIP|SIT] have been replacedNicolas Dichtel2017-07-081-1/+1
| * bonding: avoid NETDEV_CHANGEMTU event when unregistering slaveWANG Cong2017-07-083-7/+12
| * Merge branch 'rds-tcp-sock_graft-leak'David S. Miller2017-07-082-1/+2
| |\
| | * net/sock: add WARN_ON(parent->sk) in sock_graft()Sowmini Varadhan2017-07-081-0/+1
| | * rds: tcp: use sock_create_lite() to create the accept socketSowmini Varadhan2017-07-081-1/+1
| |/
| * Merge branch 'hns-fixes'David S. Miller2017-07-083-16/+14
| |\
| | * net: hns: Fix a skb used after free bugYunsheng Lin2017-07-082-15/+13
| | * net: hns: Fix a wrong op phy C45 codeYunsheng Lin2017-07-081-1/+1
| |/
| * net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3vishnuvardhan2017-07-081-1/+2
| * net: Update networking MAINTAINERS entry.David S. Miller2017-07-081-2/+0
| * virtio-net: fix leaking of ctx arrayJason Wang2017-07-071-0/+1
| * Merge tag 'mac80211-for-davem-2017-07-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-07-071-3/+7
| |\
| | * cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-07-071-0/+4
| | * cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-07-071-0/+1
| | * cfg80211: Check if NAN service ID is of expected sizeSrinivas Dasari2017-07-071-1/+1
| | * cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-07-071-2/+1
| * | arcnet: com20020-pci: Fix an error handling path in 'com20020pci_probe()'Christophe Jaillet2017-07-071-2/+4
| * | nfp: flower: add missing clean up call to avoid memory leaksJakub Kicinski2017-07-071-0/+1
| * | vrf: fix bug_on triggered by rx when destroying a vrfNikolay Aleksandrov2017-07-061-5/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-07-063-0/+15
| |\ \
| | * | netfilter: ebt_nflog: fix unexpected truncated packetLiping Zhang2017-06-291-0/+1
| | * | netfilter: nf_ct_dccp/sctp: fix memory leak after netns cleanupLiping Zhang2017-06-292-0/+14
| * | | ptp: dte: Use LL suffix for 64-bit constantsGeert Uytterhoeven2017-07-061-1/+1
| * | | sctp: set the value of flowi6_oif to sk_bound_dev_if to make sctp_v6_get_dst ...Zheng Li2017-07-061-0/+2
| * | | TLS: Fix length check in do_tls_getsockopt_tx()Matthias Rosenfelder2017-07-061-1/+1
| * | | tcp: md5: tcp_md5_do_lookup_exact() can be staticWu Fengguang2017-07-061-3/+3
| * | | net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-063-11/+10
| * | | liquidio: fix bug in soft reset failure detectionDerek Chickles2017-07-062-2/+2
* | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-07-0810-46/+61
|\ \ \ \
| * | | | dentry name snapshotsAl Viro2017-07-086-42/+48
| * | | | Make statfs properly return read-only state after emergency remountCarlos Maiolino2017-06-301-0/+2
| * | | | fs/dcache: init in_lookup_hashtableSebastian Andrzej Siewior2017-06-301-0/+5
| * | | | minix: Deinline get_block, save 2691 bytesDenys Vlasenko2017-06-301-1/+1
| * | | | fs: Reorder inode_owner_or_capable() to avoid needlessKees Cook2017-06-302-2/+2
| * | | | fs: warn in case userspace lied about modprobe returnLuis R. Rodriguez2017-06-301-1/+3
* | | | | Merge branch 'for-spi' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2017-07-081-31/+11
|\ \ \ \ \
| * | | | | spidev: quit messing with access_ok()Al Viro2017-06-301-31/+11
* | | | | | Merge branch 'work.__copy_in_user' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-082-16/+9
|\ \ \ \ \ \
| * | | | | | kill __copy_in_user()Al Viro2017-07-041-6/+0
| * | | | | | Merge branch 'work.drm' into work.__copy_in_userAl Viro2017-07-0412-1045/+476
| |\ \ \ \ \ \
| * | | | | | | sanitize do_i2c_smbus_ioctl()Al Viro2017-05-251-10/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-081-2/+4
|\ \ \ \ \ \ \
| * | | | | | | move file_{start,end}_write() out of do_iter_write()Al Viro2017-07-061-2/+4
* | | | | | | | Merge branch 'uaccess-work.iov_iter' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-085-75/+178
|\ \ \ \ \ \ \ \
| * | | | | | | | iov_iter: saner checks on copyin/copyoutAl Viro2017-07-071-16/+39
| * | | | | | | | iov_iter: sanity checks for copy to/from page primitivesAl Viro2017-06-301-0/+17
| * | | | | | | | iov_iter/hardening: move object size checks to inlined partAl Viro2017-06-302-16/+64