| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2015-10-19 | 30 | -217/+391 |
|\ |
|
| * | openvswitch: Scrub skb between namespaces | Joe Stringer | 2015-10-18 | 1 | -0/+9 |
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2015-10-18 | 4 | -42/+99 |
| |\ |
|
| | * | Bluetooth: Fix initializing conn_params in scan phase | Jakub Pawlowski | 2015-10-16 | 2 | -8/+20 |
| | * | Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanup | Johan Hedberg | 2015-10-16 | 1 | -4/+19 |
| | * | Bluetooth: Fix remove_device behavior for explicit connects | Johan Hedberg | 2015-10-16 | 1 | -1/+6 |
| | * | Bluetooth: Fix LE reconnection logic | Johan Hedberg | 2015-10-16 | 4 | -12/+8 |
| | * | Bluetooth: Fix reference counting for LE-scan based connections | Johan Hedberg | 2015-10-16 | 1 | -17/+36 |
| | * | Bluetooth: Fix double scan updates | Jakub Pawlowski | 2015-10-16 | 3 | -5/+15 |
| * | | netlink: Trim skb to alloc size to avoid MSG_TRUNC | Arad, Ronen | 2015-10-18 | 1 | -12/+22 |
| * | | ipv6: Initialize rt6_info properly in ip6_blackhole_route() | Martin KaFai Lau | 2015-10-16 | 1 | -15/+5 |
| * | | ipv6: Move common init code for rt6_info to a new function rt6_info_init() | Martin KaFai Lau | 2015-10-16 | 1 | -6/+11 |
| |/ |
|
| * | tipc: move fragment importance field to new header position | Jon Paul Maloy | 2015-10-14 | 1 | -2/+2 |
| * | ethtool: Use kcalloc instead of kmalloc for ethtool_get_strings | Joe Perches | 2015-10-14 | 1 | -1/+1 |
| * | Merge tag 'mac80211-for-davem-2015-10-13' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2015-10-14 | 3 | -3/+7 |
| |\ |
|
| | * | mac80211: Fix hwflags debugfs file format | Mohammed Shafi Shajakhan | 2015-10-13 | 1 | -1/+1 |
| | * | mac80211: fix handling of PS filtering with fast-xmit | Felix Fietkau | 2015-09-24 | 2 | -2/+6 |
| * | | tipc: eliminate risk of stalled link synchronization | Jon Paul Maloy | 2015-10-14 | 1 | -3/+3 |
| * | | ipv6: Don't call with rt6_uncached_list_flush_dev | Eric W. Biederman | 2015-10-13 | 1 | -5/+7 |
| * | | switchdev: check if the vlan id is in the proper vlan range | Nikolay Aleksandrov | 2015-10-13 | 1 | -0/+3 |
| * | | ipv6: drop frames with attached skb->sk in forwarding | Hannes Frederic Sowa | 2015-10-11 | 1 | -0/+3 |
| * | | ipv6: gre: setup default multicast routes over PtP links | Hannes Frederic Sowa | 2015-10-11 | 1 | -0/+2 |
| * | | sch_hhf: fix return value of hhf_drop() | WANG Cong | 2015-10-11 | 1 | -1/+10 |
| * | | bpf: clear sender_cpu before xmit | Alexei Starovoitov | 2015-10-08 | 1 | -0/+1 |
| * | | act_mirred: clear sender cpu before sending to tx | WANG Cong | 2015-10-08 | 1 | -0/+1 |
| * | | openvswitch: Change CT_ATTR_FLAGS to CT_ATTR_COMMIT | Joe Stringer | 2015-10-07 | 1 | -7/+6 |
| * | | openvswitch: Extend ct_state match field to 32 bits | Joe Stringer | 2015-10-07 | 3 | -7/+7 |
| * | | openvswitch: Reject ct_state unsupported bits | Joe Stringer | 2015-10-07 | 2 | -0/+18 |
| * | | openvswitch: Ensure flow is valid before executing ct | Joe Stringer | 2015-10-07 | 1 | -0/+6 |
| * | | openvswitch: Fix skb leak in ovs_fragment() | Joe Stringer | 2015-10-07 | 1 | -4/+7 |
| * | | net: dsa: exit probe if no switch were found | Neil Armstrong | 2015-10-07 | 1 | -3/+16 |
| * | | net: dsa: switch to devm_ calls and remove kfree calls | Neil Armstrong | 2015-10-07 | 1 | -12/+5 |
| * | | net: dsa: complete dsa_switch_destroy | Neil Armstrong | 2015-10-07 | 1 | -0/+37 |
| * | | net: dsa: add missing dsa_switch mdiobus remove | Neil Armstrong | 2015-10-07 | 1 | -0/+2 |
| * | | net: dsa: add missing kfree on remove | Neil Armstrong | 2015-10-07 | 1 | -1/+4 |
| * | | net: Fix vti use case with oif in dst lookups for IPv6 | David Ahern | 2015-10-07 | 1 | -0/+1 |
| * | | openvswitch: Fix ovs_vport_get_stats() | Pravin B Shelar | 2015-10-05 | 1 | -29/+13 |
| * | | ovs: do not allocate memory from offline numa node | Konstantin Khlebnikov | 2015-10-05 | 1 | -1/+2 |
| * | | bpf: fix panic in SO_GET_FILTER with native ebpf programs | Daniel Borkmann | 2015-10-05 | 1 | -1/+5 |
| * | | openvswitch: Rename LABEL->LABELS | Joe Stringer | 2015-10-05 | 5 | -49/+49 |
| * | | net/unix: fix logic about sk_peek_offset | Andrey Vagin | 2015-10-05 | 1 | -5/+7 |
| * | | act_mirred: always release tcf hash | WANG Cong | 2015-10-05 | 1 | -3/+3 |
| * | | act_mirred: fix a race condition on mirred_list | WANG Cong | 2015-10-05 | 1 | -1/+10 |
| * | | ipv4: fix reply_dst leakage on arp reply | Jiri Benc | 2015-10-05 | 1 | -3/+5 |
| * | | inet: fix race in reqsk_queue_unlink() | Eric Dumazet | 2015-10-05 | 1 | -9/+10 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2015-10-16 | 1 | -4/+9 |
|\ \ \ |
|
| * | | | rbd: use writefull op for object size writes | Ilya Dryomov | 2015-10-16 | 1 | -4/+9 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2015-10-15 | 1 | -5/+3 |
|\ \ \ \ |
|
| * | | | | xprtrdma: Don't require LOCAL_DMA_LKEY support for fastreg | Sagi Grimberg | 2015-10-06 | 1 | -5/+3 |
* | | | | | Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2015-10-13 | 1 | -1/+1 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|