summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-142-3/+8
|\
| * sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-042-3/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0924-51/+144
|\ \
| * \ Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-04-088-25/+86
| |\ \
| | * | mac80211: fix "warning: ‘target_metric’ may be used uninitialized"Jeff Mahoney2016-04-061-1/+1
| | * | mac80211: close the SP when we enqueue frames during the SPEmmanuel Grumbach2016-04-051-0/+6
| | * | mac80211: Fix BW upgrade for TDLS peersIlan Peer2016-04-051-1/+2
| | * | mac80211: don't send deferred frames outside the SPEmmanuel Grumbach2016-04-051-3/+1
| | * | mac80211: remove description of dropped memberLuis de Bethencourt2016-04-051-1/+0
| | * | mac80211: ensure no limits on station rhashtableBen Greear2016-04-051-0/+1
| | * | mac80211: properly deal with station hashtable insert errorsJohannes Berg2016-04-051-5/+8
| | * | mac80211: recalc min_def chanctx even when chandef is identicalArik Nemtsov2016-04-051-1/+3
| | * | mac80211: TDLS: change BW calculation for WIDER_BW peersArik Nemtsov2016-04-053-11/+61
| | * | mac80211: TDLS: always downgrade invalid chandefsArik Nemtsov2016-04-051-1/+1
| | * | mac80211: fix AP buffered multicast frames with queue control and txqFelix Fietkau2016-04-051-1/+2
| | |/
| * | mpls: find_outdev: check for err ptr in addition to NULL checkRoopa Prabhu2016-04-081-0/+3
| * | ipv6: Count in extension headers in skb->network_headerJakub Sitnicki2016-04-071-4/+4
| * | RDS: fix congestion map corruption for PAGE_SIZE > 4kshamir rabinovitch2016-04-071-1/+1
| * | RDS: memory allocated must be align to 8shamir rabinovitch2016-04-071-2/+2
| * | GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-074-3/+25
| * | net: add the AF_KCM entries to family name tablesDexuan Cui2016-04-061-3/+6
| * | VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen2016-04-061-2/+2
| * | af_packet: tone down the Tx-ring unsupported spew.Dave Jones2016-04-061-1/+1
| * | Revert "bridge: Fix incorrect variable assignment on error path in br_sysfs_a...David S. Miller2016-04-061-1/+0
| * | ip6_tunnel: set rtnl_link_ops before calling register_netdeviceThadeu Lima de Souza Cascardo2016-04-051-1/+1
| * | Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas2016-04-051-2/+1
| * | sctp: flush if we can't fit another DATA chunkMarcelo Ricardo Leitner2016-04-051-1/+2
| * | bridge: Fix incorrect variable assignment on error path in br_sysfs_addbrBastien Philbert2016-04-041-0/+1
| * | ipv6: l2tp: fix a potential issue in l2tp_ip6_recvHaishuang Yan2016-04-041-3/+5
| * | ipv4: l2tp: fix a potential issue in l2tp_ip_recvHaishuang Yan2016-04-041-3/+5
| |/
* | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-0410-59/+59
|\ \ | |/ |/|
| * mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usageKirill A. Shutemov2016-04-041-1/+1
| * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-0410-58/+58
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0123-146/+224
|\ \ | |/ |/|
| * tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-12/+21
| * rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-03-311-0/+1
| * bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-301-1/+4
| * ipv6: udp: fix UDP_MIB_IGNOREDMULTI updatesEric Dumazet2016-03-301-2/+2
| * gro: Allow tunnel stacking in the case of FOU/GUEAlexander Duyck2016-03-301-0/+16
| * sctp: really allow using GFP_KERNEL on sctp_packet_transmitMarcelo Ricardo Leitner2016-03-301-3/+3
| * bridge: Allow set bridge ageing time when switchdev disabledHaishuang Yan2016-03-301-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-03-2813-122/+166
| |\
| | * netfilter: ipv4: fix NULL dereferenceLiping Zhang2016-03-282-36/+38
| | * netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2016-03-284-0/+10
| | * netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...Pablo Neira Ayuso2016-03-281-1/+6
| | * netfilter: x_tables: fix unconditional helperFlorian Westphal2016-03-283-33/+31
| | * netfilter: x_tables: make sure e->next_offset covers remaining blob sizeFlorian Westphal2016-03-283-6/+12
| | * netfilter: x_tables: validate e->target_offset earlyFlorian Westphal2016-03-283-27/+24
| | * openvswitch: call only into reachable nf-nat codeArnd Bergmann2016-03-282-9/+11
| | * openvswitch: Fix checking for new expected connections.Jarno Rajahalme2016-03-281-2/+3