summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mac80211: fix typo in debug printSara Sharon2017-02-271-1/+1
| * | | mac80211: shorten debug messageSara Sharon2017-02-271-1/+1
| * | | mac80211: fix power saving clients handling in iwlwifiEmmanuel Grumbach2017-02-271-1/+1
| * | | mac80211: don't handle filtered frames within a BA sessionFelix Fietkau2017-02-271-1/+2
| * | | mac80211_hwsim: Replace bogus hrtimer clockidThomas Gleixner2017-02-271-1/+1
| * | | mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-02-273-3/+18
| * | | mac80211: flush delayed work when entering suspendMatt Chen2017-02-271-0/+1
| * | | mac80211: fix packet statistics for fast-RXJohannes Berg2017-02-271-0/+1
* | | | tcp/dccp: block BH for SYN processingEric Dumazet2017-03-012-4/+16
* | | | bpf: update the comment about the length of analysisGary Lin2017-03-011-1/+1
* | | | bridge: Fix error path in nbp_vlan_initYotam Gigi2017-03-011-1/+1
* | | | net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang2017-03-012-0/+2
* | | | net/ipv6: avoid possible dead locking on addr_gen_mode sysctlFelix Jia2017-03-011-7/+15
* | | | Merge branch 'vxlan-geneve-rcu-fixes'David S. Miller2017-03-012-2/+8
|\ \ \ \
| * | | | geneve: lock RCU on TX pathJakub Kicinski2017-03-011-0/+2
| * | | | vxlan: lock RCU on TX pathJakub Kicinski2017-03-011-2/+6
|/ / / /
* | | | net: solve a NAPI raceEric Dumazet2017-03-012-24/+81
* | | | net/mlx4: && vs & typoDan Carpenter2017-03-011-1/+1
* | | | net: usb: asix_devices: fix missing return code check on call to asix_write_m...Colin Ian King2017-03-011-1/+1
* | | | MAINTAINERS: Orphan usb/net/hso driverBaruch Siach2017-03-011-3/+2
* | | | mlxsw: spectrum_router: Avoid potential packets lossIdo Schimmel2017-03-011-10/+20
* | | | rds: ib: add the static type to the variablesZhu Yanjun2017-03-012-4/+2
* | | | sctp: call rcu_read_lock before checking for duplicate transport nodesXin Long2017-03-011-0/+3
* | | | rxrpc: Fix deadlock between call creation and sendmsg/recvmsgDavid Howells2017-03-018-22/+156
* | | | Merge tag 'for-linus-4.11' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds2017-02-289-30/+69
|\ \ \ \
| * | | | ipmi: bt-bmc: Use a regmap for register accessAndrew Jeffery2017-02-202-22/+61
| * | | | char: ipmi: constify ipmi_smi_handlers structuresBhumika Goyal2017-02-091-1/+1
| * | | | acpi:ipmi: Make IPMI user handler constCorey Minyard2017-02-091-1/+1
| * | | | ipmi: make ipmi_usr_hndl constCorey Minyard2017-01-054-5/+5
| * | | | Documentation: Fix a typo in IPMI.txt.Rami Rosen2017-01-051-1/+1
* | | | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-2856-2077/+1703
|\ \ \ \ \
| * | | | | radix tree test suite: Add config option for map shiftRehas Sachdeva2017-02-134-11/+16
| * | | | | idr: Add missing __rcu annotationsMatthew Wilcox2017-02-132-7/+8
| * | | | | radix-tree: Fix __rcu annotationsMatthew Wilcox2017-02-133-115/+122
| * | | | | radix-tree: Add rcu_dereference and rcu_assign_pointer callsMatthew Wilcox2017-02-132-12/+16
| * | | | | radix tree test suite: Run iteration tests for longerMatthew Wilcox2017-02-131-2/+2
| * | | | | radix tree test suite: Fix split/join memory leaksMatthew Wilcox2017-02-131-1/+14
| * | | | | radix tree test suite: Fix leaks in regression2.cMatthew Wilcox2017-02-131-2/+4
| * | | | | radix tree test suite: Fix leaky testsMatthew Wilcox2017-02-131-12/+16
| * | | | | radix tree test suite: Enable address sanitizerMatthew Wilcox2017-02-131-1/+1
| * | | | | radix_tree_iter_resume: Fix out of bounds errorMatthew Wilcox2017-02-131-1/+0
| * | | | | radix-tree: Store a pointer to the root in each nodeMatthew Wilcox2017-02-133-11/+11
| * | | | | radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-132-8/+7
| * | | | | radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-1310-58/+77
| * | | | | radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2017-02-132-0/+26
| * | | | | idr: Return the deleted entry from idr_removeMatthew Wilcox2017-02-139-29/+15
| * | | | | radix tree test suite: Build separate binaries for some testsMatthew Wilcox2017-02-134-7/+33
| * | | | | ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-133-7/+181
| * | | | | ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-135-45/+51
| * | | | | Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-1313-1126/+995