aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-06Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_addbr"David S. Miller1-1/+0
2016-04-06mac80211: fix "warning: ‘target_metric’ may be used uninitialized"Jeff Mahoney1-1/+1
2016-04-05ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo1-1/+1
2016-04-05Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas1-2/+1
2016-04-05sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner1-1/+2
2016-04-05mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach1-0/+6
2016-04-05mac80211: Fix BW upgrade for TDLS peersIlan Peer1-1/+2
2016-04-05mac80211: don't send deferred frames outside the SPEmmanuel Grumbach1-3/+1
2016-04-05mac80211: remove description of dropped memberLuis de Bethencourt1-1/+0
2016-04-05mac80211: ensure no limits on station rhashtableBen Greear1-0/+1
2016-04-05mac80211: properly deal with station hashtable insert errorsJohannes Berg1-5/+8
2016-04-05mac80211: recalc min_def chanctx even when chandef is identicalArik Nemtsov1-1/+3
2016-04-05mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov3-11/+61
2016-04-05mac80211: TDLS: always downgrade invalid chandefsArik Nemtsov1-1/+1
2016-04-05mac80211: fix AP buffered multicast frames with queue control and txqFelix Fietkau1-1/+2
2016-04-04bridge: Fix incorrect variable assignment on error path in br_sysfs_addbrBastien Philbert1-0/+1
2016-04-04ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan1-3/+5
2016-04-04ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan1-3/+5
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds10-59/+59
2016-04-04mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov10-58/+58
2016-04-04sunrpc: Fix skcipher/shash conversionHerbert Xu2-3/+8
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-146/+224
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-03-31rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann1-1/+4
2016-03-30ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet1-2/+2
2016-03-30gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck1-0/+16
2016-03-30sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner1-3/+3
2016-03-30bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan1-1/+1
2016-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller13-122/+166
2016-03-28netfilter: ipv4: fix NULL dereferenceLiping Zhang2-36/+38
2016-03-28netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIESPablo Neira Ayuso4-0/+10
2016-03-28netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast failsPablo Neira Ayuso1-1/+6
2016-03-28netfilter: x_tables: fix unconditional helperFlorian Westphal3-33/+31
2016-03-28netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal3-6/+12
2016-03-28netfilter: x_tables: validate e->target_offset earlyFlorian Westphal3-27/+24
2016-03-28openvswitch: call only into reachable nf-nat codeArnd Bergmann2-9/+11
2016-03-28openvswitch: Fix checking for new expected connections.Jarno Rajahalme1-2/+3
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai4-8/+31
2016-03-28openvswitch: Use proper buffer size in nla_memcpyHaishuang Yan1-1/+2
2016-03-27Fix returned tc and hoplimit values for route with IPv6 encapsulationQuentin Armitage1-2/+2
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-272/+344
2016-03-25libceph: use KMEM_CACHE macroGeliang Tang1-8/+2
2016-03-25libceph: use sizeof_footer() moreIlya Dryomov1-16/+3
2016-03-25libceph: add helper that duplicates last extent operationYan, Zheng1-0/+22
2016-03-25libceph: enable large, variable-sized OSD requestsIlya Dryomov1-15/+28
2016-03-25libceph: osdc->req_mempool should be backed by a slab poolIlya Dryomov1-2/+2
2016-03-25libceph: make r_request msg_size calculation clearerIlya Dryomov1-10/+11
2016-03-25libceph: move r_reply_op_{len,result} into struct ceph_osd_req_opYan, Zheng1-2/+2