| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2015-11-05 | 10 | -45/+54 |
|\ |
|
| * | KEYS: Merge the type-specific data with the payload data | David Howells | 2015-10-21 | 10 | -45/+54 |
* | | Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2015-11-04 | 1 | -30/+1 |
|\ \ |
|
| * | | tty: Remove ASYNC_CLOSING checks in open()/hangup() methods | Peter Hurley | 2015-10-17 | 1 | -30/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-11-03 | 7 | -37/+46 |
|\ \ \ |
|
| * | | | ipv6: fix tunnel error handling | Michal Kubeček | 2015-11-03 | 1 | -1/+11 |
| * | | | sit: fix sit0 percpu double allocations | Eric Dumazet | 2015-11-02 | 1 | -22/+4 |
| * | | | ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed source | Matthias Schiffer | 2015-11-02 | 1 | -2/+1 |
| * | | | ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in... | Ani Sinha | 2015-11-02 | 1 | -3/+3 |
| * | | | ipv4: update RTNH_F_LINKDOWN flag on UP event | Julian Anastasov | 2015-11-01 | 1 | -0/+7 |
| * | | | ipv4: fix to not remove local route on link down | Julian Anastasov | 2015-11-01 | 2 | -9/+15 |
| * | | | tipc: linearize arriving NAME_DISTR and LINK_PROTO buffers | Jon Paul Maloy | 2015-11-01 | 1 | -0/+5 |
* | | | | switchdev: respect SKIP_EOPNOTSUPP flag in case there is no recursion | Jiri Pirko | 2015-11-03 | 1 | -5/+4 |
* | | | | net: sched: kill dead code in sch_choke.c | Phil Sutter | 2015-11-03 | 1 | -59/+0 |
* | | | | irda: Delete an unnecessary check before the function call "irlmp_unregister_... | Markus Elfring | 2015-11-03 | 1 | -2/+1 |
* | | | | Merge tag 'mac80211-for-davem-2015-11-03' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2015-11-03 | 17 | -210/+264 |
|\ \ \ \ |
|
| * | | | | cfg80211: allow AID/listen interval changes for unassociated station | Ayala Beker | 2015-11-03 | 1 | -9/+18 |
| * | | | | mac80211: document sleep requirements for channel context ops | Chaitanya T K | 2015-11-03 | 2 | -0/+12 |
| * | | | | mac80211: further improve "no supported rates" warning | Johannes Berg | 2015-11-03 | 1 | -1/+1 |
| * | | | | mac80211: treat bad WMM parameters more gracefully | Johannes Berg | 2015-11-03 | 1 | -94/+48 |
| * | | | | mac80211: fixup AIFSN instead of disabling WMM | Emmanuel Grumbach | 2015-11-03 | 1 | -7/+7 |
| * | | | | mac80211: make enable_qos parameter to ieee80211_set_wmm_default() | Johannes Berg | 2015-11-03 | 5 | -16/+11 |
| * | | | | mac80211: fix crash on mesh local link ID generation with VIFs | Matthias Schiffer | 2015-11-03 | 1 | -0/+3 |
| * | | | | mac80211: TDLS: add proper HT-oper IE | Arik Nemtsov | 2015-11-03 | 5 | -7/+18 |
| * | | | | mac80211: don't reconfigure sched scan in case of wowlan | Eliad Peller | 2015-11-03 | 5 | -35/+45 |
| * | | | | mac80211: call drv_stop only if driver is started | Eliad Peller | 2015-11-03 | 3 | -31/+48 |
| * | | | | mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smps | Andrei Otcheretianski | 2015-11-03 | 1 | -1/+7 |
| * | | | | mac80211: use freezable workqueue for restart work | Eliad Peller | 2015-11-03 | 2 | -1/+12 |
| * | | | | mac80211: Fix local deauth while associating | Andrei Otcheretianski | 2015-11-03 | 1 | -0/+19 |
| * | | | | mac80211: allow null chandef in tracing | Arik Nemtsov | 2015-11-03 | 1 | -5/+5 |
| * | | | | nl80211: Fix potential memory leak from parse_acl_data | Ola Olsson | 2015-11-03 | 1 | -6/+6 |
| * | | | | mac80211: fix divide by zero when NOA update | Janusz.Dziedzic@tieto.com | 2015-11-03 | 1 | -0/+7 |
* | | | | | net/core: fix for_each_netdev_feature | Jarod Wilson | 2015-11-03 | 1 | -2/+6 |
* | | | | | vlan: Invoke driver vlan hooks only if device is present | Padmanabh Ratnakar | 2015-11-03 | 1 | -2/+8 |
* | | | | | ptp: Change ptp_class to a proper bitmask | Stefan Sørensen | 2015-11-03 | 1 | -8/+8 |
* | | | | | net/core: generic support for disabling netdev features down stack | Jarod Wilson | 2015-11-02 | 1 | -0/+50 |
* | | | | | net: fix percpu memory leaks | Eric Dumazet | 2015-11-02 | 5 | -18/+35 |
* | | | | | net: make skb_set_owner_w() more robust | Eric Dumazet | 2015-11-02 | 2 | -3/+23 |
* | | | | | bridge: vlan: Use rcu_dereference instead of rtnl_dereference | Ido Schimmel | 2015-11-02 | 1 | -1/+1 |
* | | | | | bridge: vlan: Use correct flag name in comment | Ido Schimmel | 2015-11-02 | 1 | -3/+3 |
* | | | | | bridge: vlan: Prevent possible use-after-free | Ido Schimmel | 2015-11-02 | 1 | -0/+2 |
* | | | | | tcp/dccp: fix ireq->pktopts race | Eric Dumazet | 2015-11-02 | 2 | -17/+17 |
* | | | | | RDS: convert bind hash table to re-sizable hashtable | santosh.shilimkar@oracle.com | 2015-11-02 | 3 | -86/+56 |
* | | | | | net: rds: changing the return type from int to void | Saurabh Sengar | 2015-11-02 | 1 | -4/+2 |
* | | | | | ipv4: use l4 hash for locally generated multipath flows | Paolo Abeni | 2015-11-02 | 1 | -1/+2 |
* | | | | | Use 64-bit timekeeping | Tina Ruchandani | 2015-11-01 | 1 | -5/+6 |
* | | | | | net: dsa: use switchdev obj for VLAN add/del ops | Vivien Didelot | 2015-11-01 | 1 | -20/+9 |
* | | | | | VSOCK: define VSOCK_SS_LISTEN once only | Stefan Hajnoczi | 2015-11-01 | 2 | -22/+19 |
* | | | | | ipv6: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragment | Hannes Frederic Sowa | 2015-11-01 | 1 | -4/+4 |
* | | | | | ipv6: no CHECKSUM_PARTIAL on MSG_MORE corked sockets | Hannes Frederic Sowa | 2015-11-01 | 1 | -37/+33 |