summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xsk: remove newline at end of fileBjörn Töpel2018-05-181-1/+0
| * | | | xsk: clean up SPDX headersBjörn Töpel2018-05-186-60/+6
* | | | | Merge tag 'batadv-next-for-davem-20180524' of git://git.open-mesh.org/linux-m...David S. Miller2018-05-246-41/+39
|\ \ \ \ \
| * | | | | batman-adv: enable B.A.T.M.A.N. V compilation by defaultMarek Lindner2018-05-141-1/+1
| * | | | | batman-adv: disable ethtool link speed detection when auto negotiation offMarek Lindner2018-05-141-1/+14
| * | | | | batman-adv: fix batadv_interface_tx()'s return typeLuc Van Oostenryck2018-04-251-2/+2
| * | | | | batman-adv: Remove unused dentry without DEBUGFSSven Eckelmann2018-04-221-0/+6
| * | | | | batman-adv: Avoid bool in structuresSven Eckelmann2018-04-221-7/+7
| * | | | | batman-adv: Avoid old nodes disabling multicast optimizations completelyLinus Lüssing2018-04-223-27/+6
| * | | | | batman-adv: Disable CONFIG_BATMAN_ADV_DEBUGFS by defaultSven Eckelmann2018-04-221-2/+2
| * | | | | batman-adv: Start new development cycleSimon Wunderlich2018-04-221-1/+1
| | |_|/ / | |/| | |
* | | | | bpfilter: don't pass O_CREAT when opening console for debugJakub Kicinski2018-05-241-1/+1
* | | | | bpfilter: fix build dependencyAlexei Starovoitov2018-05-241-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-05-2321-497/+978
|\ \ \ \ \
| * | | | | netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracksPablo Neira Ayuso2018-05-233-19/+127
| * | | | | netfilter: add struct nf_nat_hook and use itPablo Neira Ayuso2018-05-234-26/+20
| * | | | | netfilter: add struct nf_ct_hook and use itPablo Neira Ayuso2018-05-232-10/+13
| * | | | | netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat2018-05-231-0/+2
| * | | | | netfilter: nft_set_rbtree: add timeout supportPablo Neira Ayuso2018-05-231-3/+72
| * | | | | netfilter: make NF_OSF non-visible symbolFernando Fernandez Mancera2018-05-231-1/+1
| * | | | | netfilter: lift one-nat-hook-only restrictionFlorian Westphal2018-05-232-69/+2
| * | | | | netfilter: nf_nat: add nat type hooks to nat coreFlorian Westphal2018-05-237-237/+227
| * | | | | netfilter: nf_nat: add nat hook register functions to nf_natFlorian Westphal2018-05-231-0/+157
| * | | | | netfilter: core: export raw versions of add/delete hook functionsFlorian Westphal2018-05-232-21/+59
| * | | | | netfilter: nf_tables: allow chain type to override hook registerFlorian Westphal2018-05-233-19/+43
| * | | | | netfilter: xtables: allow table definitions not backed by hook_opsFlorian Westphal2018-05-232-2/+8
| * | | | | netfilter: nf_nat: move common nat code to nat coreFlorian Westphal2018-05-233-99/+74
| * | | | | netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana2018-05-171-1/+130
| * | | | | netfilter: nft_numgen: add map lookups for numgen random operationsLaura Garcia Liebana2018-05-171-4/+72
| * | | | | netfilter: nf_tables: remove old nf_log based tracingFlorian Westphal2018-05-171-22/+7
* | | | | | net/smc: longer delay when freeing client link groupsUrsula Braun2018-05-231-1/+1
* | | | | | net/smc: urgent data supportStefan Raspl2018-05-238-36/+238
* | | | | | net/smc: lock smc_lgr_list in port_terminate()Hans Wippel2018-05-231-3/+13
* | | | | | net/smc: return 0 for ioctl calls in states INIT and CLOSEDUrsula Braun2018-05-231-3/+15
* | | | | | Merge tag 'mac80211-next-for-davem-2018-05-23' of git://git.kernel.org/pub/sc...David S. Miller2018-05-2322-156/+734
|\ \ \ \ \ \
| * | | | | | nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski2018-05-231-0/+16
| * | | | | | rfkill: Create rfkill-none LED triggerJoão Paulo Rechi Vita2018-05-231-7/+20
| * | | | | | rfkill: Rename rfkill_any_led_trigger* functionsJoão Paulo Rechi Vita2018-05-231-23/+24
| * | | | | | nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally2018-05-232-0/+56
| * | | | | | nl80211: add FILS related parameters to ROAM eventArend Van Spriel2018-05-232-9/+55
| * | | | | | cfg80211: use separate struct for FILS parametersArend Van Spriel2018-05-232-30/+32
| * | | | | | nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior2018-05-231-1/+9
| * | | | | | mac80211: Support adding duration for prepare_tx() callbackIlan Peer2018-05-233-12/+38
| * | | | | | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-23321-5614/+12940
| |\ \ \ \ \ \
| * | | | | | | nl80211: Fix compilationDenis Kenzior2018-05-221-1/+1
| * | | | | | | cfg80211: release station info tidstats where neededJohannes Berg2018-05-181-3/+8
| * | | | | | | mac80211: allocate and fill tidstats only when neededJohannes Berg2018-05-184-8/+10
| * | | | | | | mac80211: fix TX aggregation stop raceAlexander Wetzel2018-05-181-23/+21
| * | | | | | | cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King2018-05-181-1/+1
| * | | | | | | cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg2018-05-183-93/+48
OpenPOWER on IntegriCloud