summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-1112-23/+67
|\
| * l2tp: do not use udp_ioctl()Eric Dumazet2017-02-103-2/+28
| * igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-02-092-0/+2
| * kcm: fix 0-length case for kcm_sendmsg()WANG Cong2017-02-091-18/+22
| * net: dsa: Do not destroy invalid network devicesFlorian Fainelli2017-02-081-0/+1
| * ping: fix a null pointer dereferenceWANG Cong2017-02-081-0/+2
| * packet: round up linear to header lenWillem de Bruijn2017-02-081-3/+4
| * net: introduce device min_header_lenWillem de Bruijn2017-02-081-0/+1
| * sit: fix a double free on error pathWANG Cong2017-02-081-0/+1
| * ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-02-081-0/+6
* | devlink: allow to fillup eswitch attrs even if mode_get op does not existJiri Pirko2017-02-101-7/+9
* | devlink: use nla_put_failure goto label instead of outJiri Pirko2017-02-101-6/+6
* | devlink: rename devlink_eswitch_fill to devlink_nl_eswitch_fillJiri Pirko2017-02-101-5/+5
* | devlink: fix the name of eswitch commandsJiri Pirko2017-02-101-9/+9
* | Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/sc...David S. Miller2017-02-1021-384/+219
|\ \
| * | mac80211: fix CSA in IBSS modeKoen Vandeputte2017-02-091-2/+2
| * | cfg80211: fix NAN bands definitionLuca Coelho2017-02-095-27/+47
| * | cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-083-7/+15
| * | mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski2017-02-082-7/+11
| * | nl80211: fix validation of scheduled scan info for wowlan netdetectArend Van Spriel2017-02-081-4/+6
| * | nl80211: add HT/VHT capabilities to AP parametersJohannes Berg2017-02-081-1/+46
| * | cfg80211: make rdev assignment clearer in nl80211_testmode_dump()Luca Coelho2017-02-081-7/+6
| * | mac80211: check for allocation failure in debugfs codeDan Carpenter2017-02-081-2/+9
| * | mac80211: aes-cmac: switch to shash CMAC driverArd Biesheuvel2017-02-083-107/+32
| * | mac80211: fils_aead: Use crypto api CMAC shash rather than bare cipherArd Biesheuvel2017-02-083-45/+34
| * | cfg80211 debugfs: Cleanup some checkpatch issuesPichugin Dmitry2017-02-081-5/+5
| * | mac80211: add back lost debugfs filesJohannes Berg2017-02-072-0/+2
| * | mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński2017-01-263-4/+4
| * | rfkill: remove rfkill-regulatorJohannes Berg2017-01-243-166/+0
* | | net: cgroups: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
* | | net: sunrpc: fix build errors when linux/phy*.h is removed from net/dsa.hRussell King2017-02-101-0/+1
* | | net: Fix checkpatch, Missing a blank line after declarationstcharding2017-02-101-0/+13
* | | net: Fix checkpatch block comments warningstcharding2017-02-101-32/+33
* | | net: Fix checkpatch whitespace errorstcharding2017-02-101-19/+20
* | | net: Fix checkpatch WARNING: please, no space before tabstcharding2017-02-101-71/+71
* | | net/act_pedit: Introduce 'add' operationAmir Vadai2017-02-101-4/+26
* | | net/act_pedit: Support using offset relative to the conventional network headersAmir Vadai2017-02-101-16/+180
* | | switchdev: bridge: Offload mc router portsNogah Frankel2017-02-101-0/+15
* | | bridge: mcast: Merge the mc router ports deletions to one functionNogah Frankel2017-02-101-15/+9
* | | switchdev: bridge: Offload multicast disabledNogah Frankel2017-02-101-0/+16
* | | sched: check negative err value to safe one level of indentJiri Pirko2017-02-101-13/+9
* | | sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko2017-02-101-1/+2
* | | sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko2017-02-101-10/+19
* | | sched: push TC filter protocol creation into a separate functionJiri Pirko2017-02-101-51/+59
* | | sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-1013-24/+32
* | | sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko2017-02-102-6/+6
* | | ipv4: fib: Add events for FIB replace and appendIdo Schimmel2017-02-101-13/+14
* | | ipv4: fib: Send notification before deleting FIB aliasIdo Schimmel2017-02-101-7/+7
* | | ipv4: fib: Send deletion notification with actual FIB alias typeIdo Schimmel2017-02-101-2/+2
* | | ipv4: fib: Only flush FIB aliases belonging to currently flushed tableIdo Schimmel2017-02-101-1/+2