#!/usr/bin/perl -w open BUILDDEPS, "debian/build-deps"; @builddeplist = ; close BUILDDEPS; chomp(@builddeplist); $builddeps = join(", ", @builddeplist); open CONTROLIN, "debian/control.in"; while(){ s/BUILDDEPS/$builddeps/; print; } ?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-26net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-02-24Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub...David S. Miller
2020-02-24net: Special handling for IP & MPLS.Martin Varghese
2020-02-24net: UDP tunnel encapsulation module for tunnelling different protocols like ...Martin Varghese
2020-02-24devlink: add ACL generic packet trapsJiri Pirko
2020-02-24mac80211: Add api to support configuring TID specific configurationTamizh chelvam
2020-02-24nl80211: Add support to configure TID specific RTSCTS configurationTamizh chelvam
2020-02-24nl80211: Add support to configure TID specific AMPDU configurationTamizh chelvam
2020-02-24nl80211: Add support to configure TID specific retry configurationTamizh chelvam
2020-02-24nl80211: modify TID-config APIJohannes Berg
2020-02-24nl80211: Add NL command to support TID speicific configurationsTamizh chelvam
2020-02-24cfg80211: Support key configuration for Beacon protection (BIGTK)Jouni Malinen
2020-02-24cfg80211: fix indentation errorsJérôme Pouiller
2020-02-24cfg80211: merge documentations of field "dev"Jérôme Pouiller
2020-02-24cfg80211: merge documentations of field "debugfsdir"Jérôme Pouiller
2020-02-24cfg80211: drop duplicated documentation of field "reg_notifier"Jérôme Pouiller
2020-02-24cfg80211: drop duplicated documentation of field "perm_addr"Jérôme Pouiller
2020-02-24cfg80211: drop duplicated documentation of field "_net"Jérôme Pouiller
2020-02-24cfg80211: drop duplicated documentation of field "registered"Jérôme Pouiller
2020-02-24cfg80211: drop duplicated documentation of field "privid"Jérôme Pouiller
2020-02-24cfg80211: drop duplicated documentation of field "probe_resp_offload"Jérôme Pouiller
2020-02-24Revert "nl80211: add src and dst addr attributes for control port tx/rx"Johannes Berg
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller