aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-12-15batman-adv: Add kernel-doc to structs in headersSven Eckelmann2-3/+24
2017-12-15batman-adv: Fix kernel-doc references to struct membersSven Eckelmann1-23/+26
2017-12-15batman-adv: Use inline kernel-doc for enum/structSven Eckelmann6-636/+1444
2017-12-15batman-adv: Use parentheses in function kernel-docSven Eckelmann34-619/+633
2017-12-15batman-adv: Add missing kernel-doc to packet.hSven Eckelmann1-2/+23
2017-12-15batman-adv: Remove unused sched.h includeSven Eckelmann1-1/+0
2017-12-15batman-adv: include kobject.h for kobject_* functionsSven Eckelmann1-0/+1
2017-12-15batman-adv: Include net.h for net_ratelimited_functionSven Eckelmann2-0/+2
2017-12-15batman-adv: include build_bug.h for BUILD_BUG_ON defineSven Eckelmann3-3/+3
2017-12-15batman-adv: include gfp.h for GFP_* definesSven Eckelmann22-20/+22
2017-12-15batman-adv: Add license header to KconfigSven Eckelmann1-0/+17
2017-12-15batman-adv: Add SPDX license identifier above copyright headerSven Eckelmann59-1/+59
2017-12-04batman-adv: Deinline batadv_orig_hash_find, save 7339 bytesDenys Vlasenko2-35/+34
2017-12-04batman-adv: Start new development cycleSimon Wunderlich1-1/+1
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds42-184/+163
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-29/+221
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-12/+14
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn8-11/+195
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern1-1/+1
2017-11-24net/smc: Fix preinitialization of buf_desc in __smc_buf_create()Geert Uytterhoeven1-1/+1
2017-11-24net/smc: use sk_rcvbuf as start for rmb creationUrsula Braun1-1/+1
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel1-0/+5
2017-11-24net: sched: fix crash when deleting secondary chainsRoman Kapl1-3/+4
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds4-15/+13
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-2/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook10-20/+20
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2-8/+9
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook28-148/+127
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook3-6/+6
2017-11-21net/atm/mpc: Avoid open-coded assignment of timer callback functionKees Cook1-2/+1
2017-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds20-142/+159
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds4-4/+18
2017-11-21Merge tag 'mac80211-for-davem-2017-11-20' of git://git.kernel.org/pub/scm/lin...David S. Miller16-136/+151
2017-11-21tipc: fix access of released memoryJon Maloy1-1/+1
2017-11-21net: xdp: don't allow device-bound programs in driver modeJakub Kicinski1-0/+7
2017-11-21bpf: offload: move offload device validation out to the driversJakub Kicinski2-10/+5
2017-11-20mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg1-0/+5
2017-11-20cfg80211: initialize regulatory keys/database laterJohannes Berg1-15/+27
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook4-60/+45
2017-11-20nl80211: don't expose wdev->ssid for most interfacesJohannes Berg1-2/+24
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook11-59/+50
2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen2-4/+4
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell2-4/+6
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev1-1/+1
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-82/+55
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-66/+133
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-10/+19
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen1-2/+2