summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: Add kernel-doc to functions in headersSven Eckelmann2017-12-156-19/+131
* batman-adv: Add kernel-doc to enums in headersSven Eckelmann2017-12-152-0/+55
* batman-adv: Add kernel-doc to structs in headersSven Eckelmann2017-12-152-3/+24
* batman-adv: Fix kernel-doc references to struct membersSven Eckelmann2017-12-151-23/+26
* batman-adv: Use inline kernel-doc for enum/structSven Eckelmann2017-12-156-636/+1444
* batman-adv: Use parentheses in function kernel-docSven Eckelmann2017-12-1534-619/+633
* batman-adv: Add missing kernel-doc to packet.hSven Eckelmann2017-12-151-2/+23
* batman-adv: Remove unused sched.h includeSven Eckelmann2017-12-151-1/+0
* batman-adv: include kobject.h for kobject_* functionsSven Eckelmann2017-12-151-0/+1
* batman-adv: Include net.h for net_ratelimited_functionSven Eckelmann2017-12-152-0/+2
* batman-adv: include build_bug.h for BUILD_BUG_ON defineSven Eckelmann2017-12-153-3/+3
* batman-adv: include gfp.h for GFP_* definesSven Eckelmann2017-12-1522-20/+22
* batman-adv: Add license header to KconfigSven Eckelmann2017-12-151-0/+17
* batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann2017-12-1559-1/+59
* batman-adv: Deinline batadv_orig_hash_find, save 7339 bytesDenys Vlasenko2017-12-042-35/+34
* batman-adv: Start new development cycleSimon Wunderlich2017-12-041-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-2542-184/+163
|\
| * treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-2210-20/+20
| * treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-222-8/+9
| * treewide: setup_timer() -> timer_setup()Kees Cook2017-11-2228-148/+127
| * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-223-6/+6
| * net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook2017-11-221-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2413-29/+221
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-11-233-12/+14
| |\ \
| | * | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-2/+2
| | * | net: xdp: don't allow device-bound programs in driver modeJakub Kicinski2017-11-211-0/+7
| | * | bpf: offload: move offload device validation out to the driversJakub Kicinski2017-11-212-10/+5
| * | | net: accept UFO datagrams from tuntap and packetWillem de Bruijn2017-11-238-11/+195
| * | | net: ipv6: Fixup device for anycast routes during copyDavid Ahern2017-11-231-1/+1
| * | | net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven2017-11-231-1/+1
| * | | net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun2017-11-231-1/+1
| * | | ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel2017-11-231-0/+5
| * | | net: sched: fix crash when deleting secondary chainsRoman Kapl2017-11-231-3/+4
| | |/ | |/|
* | | Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-11-234-15/+13
|\ \ \ | |/ / |/| |
| * | 9p: Fix missing commas in mount optionsTuomas Tynkkynen2017-11-192-4/+4
| * | net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-10-243-11/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-2120-142/+159
|\ \ \
| * \ \ Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-11-2116-136/+151
| |\ \ \
| | * | | mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg2017-11-201-0/+5
| | * | | cfg80211: initialize regulatory keys/database laterJohannes Berg2017-11-201-15/+27
| | * | | mac80211: aggregation: Convert timers to use timer_setup()Kees Cook2017-11-204-60/+45
| | * | | nl80211: don't expose wdev->ssid for most interfacesJohannes Berg2017-11-201-2/+24
| | * | | mac80211: Convert timers to use timer_setup()Kees Cook2017-11-2011-59/+50
| | | |/ | | |/|
| * / | tipc: fix access of released memoryJon Maloy2017-11-211-1/+1
| |/ /
| * | tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2017-11-192-4/+6
| * | gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev2017-11-191-1/+1
* | | Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-11-214-4/+18
|\ \ \
| * | | libceph: don't WARN() if user tries to add invalid keyEric Biggers2017-11-131-1/+3
| * | | ceph: mark expected switch fall-throughsGustavo A. R. Silva2017-11-133-3/+15
* | | | Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-184-82/+55
|\ \ \ \ | |_|/ / |/| | |