summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | tcp: lack of available data can also cause TSO deferEric Dumazet2018-12-081-11/+24
| * | | | | | ipv6: sr: properly initialize flowi6 prior passing to ip6_route_outputShmulik Ladkani2018-12-071-0/+1
| * | | | | | Merge branch 'mlxsw-Various-fixes'David S. Miller2018-12-063-10/+16
| |\ \ \ \ \ \
| | * | | | | | mlxsw: spectrum_switchdev: Fix VLAN device deletion via ioctlIdo Schimmel2018-12-061-2/+8
| | * | | | | | mlxsw: spectrum_router: Relax GRE decap matching checkNir Dotan2018-12-061-4/+1
| | * | | | | | mlxsw: spectrum_switchdev: Avoid leaking FID's reference countIdo Schimmel2018-12-061-2/+5
| | * | | | | | mlxsw: spectrum_nve: Remove easily triggerable warningsIdo Schimmel2018-12-061-2/+2
| |/ / / / / /
| * | | | | | ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changesJiri Wiesner2018-12-063-2/+21
| * | | | | | sctp: frag_point sanity checkJakub Audykowicz2018-12-063-2/+12
| * | | | | | tcp: fix NULL ref in tail loss probeYuchung Cheng2018-12-061-4/+7
| * | | | | | tcp: Do not underestimate rwnd_limitedEric Dumazet2018-12-061-1/+4
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-12-0613-95/+732
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'bpf-verifier-resilience'Daniel Borkmann2018-12-042-16/+91
| | |\ \ \ \ \ \
| | | * | | | | | bpf: add per-insn complexity limitAlexei Starovoitov2018-12-041-1/+6
| | | * | | | | | bpf: improve verifier branch analysisAlexei Starovoitov2018-12-042-15/+82
| | | * | | | | | bpf: check pending signals while verifying programsAlexei Starovoitov2018-12-041-0/+3
| | |/ / / / / /
| | * | | | | | bpf: powerpc64: optimize JIT passes for bpf function callsSandipan Das2018-12-031-0/+66
| | * | | | | | bpf: refactor bpf_test_run() to separate own failures and test program resultRoman Gushchin2018-12-011-6/+15
| | * | | | | | bpf: Improve socket lookup reuseport documentationJoe Stringer2018-12-012-4/+8
| | * | | | | | bpf: Support sk lookup in netns with id 0Joe Stringer2018-12-015-44/+63
| | * | | | | | bpf: fix pointer offsets in context for 32 bitDaniel Borkmann2018-12-014-18/+39
| | * | | | | | bpf: Fix verifier log string check for bad alignment.David Miller2018-11-301-1/+1
| | * | | | | | tools: bpftool: fix a bitfield pretty print issueYonghong Song2018-11-291-3/+3
| | * | | | | | Merge branch 'btf-check-name'Alexei Starovoitov2018-11-292-7/+450
| | |\ \ \ \ \ \
| | | * | | | | | tools/bpf: add addition type tests to test_btfYonghong Song2018-11-291-0/+361
| | | * | | | | | tools/bpf: fix two test_btf unit test casesMartin KaFai Lau2018-11-291-7/+7
| | | * | | | | | bpf: btf: check name validity for various typesYonghong Song2018-11-291-0/+57
| | | * | | | | | bpf: btf: implement btf_name_valid_identifier()Yonghong Song2018-11-291-0/+25
| | |/ / / / / /
| * | | | | | | net: use skb_list_del_init() to remove from RX sublistsEdward Cree2018-12-063-8/+8
| * | | | | | | Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-12-0511-23/+44
| |\ \ \ \ \ \ \
| | * | | | | | | cfg80211: Fix busy loop regression in ieee80211_ie_split_ric()Jouni Malinen2018-12-051-0/+2
| | * | | | | | | mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-051-0/+1
| | * | | | | | | mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2018-12-051-2/+2
| | * | | | | | | mac80211: ignore tx status for PS stations in ieee80211_tx_status_extFelix Fietkau2018-12-051-0/+2
| | * | | | | | | cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R2018-11-091-1/+5
| | * | | | | | | mac80211: fix CSA beacon allocation sizeJohannes Berg2018-11-091-3/+4
| | * | | | | | | cfg80211/mac80211: fix FTM settings across CSAJohannes Berg2018-11-091-0/+1
| | * | | | | | | mac80211: Clear beacon_int in ieee80211_do_stopBen Greear2018-11-091-0/+2
| | * | | | | | | mac80211: fix GFP_KERNEL under tasklet contextYan-Hsuan Chuang2018-11-091-2/+2
| | * | | | | | | cfg80211: add missing constraint for user-supplied VHT maskSergey Matyukevich2018-11-092-2/+4
| | * | | | | | | mac80211_hwsim: Timer should be initialized before device registeredVasyl Vavrychuk2018-11-091-4/+4
| | * | | | | | | mac80211: fix missing unlock on error in ieee80211_mark_sta_auth()Wei Yongjun2018-11-091-4/+8
| | * | | | | | | mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov2018-11-091-5/+7
| * | | | | | | | net: mvpp2: fix phylink handling of invalid PHY modesBaruch Siach2018-12-051-1/+32
| * | | | | | | | net: mvpp2: fix detection of 10G SFP modulesBaruch Siach2018-12-051-0/+1
| * | | | | | | | ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne2018-12-051-3/+2
| * | | | | | | | rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devicesEric Dumazet2018-12-051-0/+3
| * | | | | | | | phy: Revert toggling reset changes.David S. Miller2018-12-042-14/+5
| * | | | | | | | Merge branch 'mlx4-fixes'David S. Miller2018-12-043-4/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | net/mlx4_en: Fix build break when CONFIG_INET is offSaeed Mahameed2018-12-041-1/+1