| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-04-03 | 4 | -51/+11 |
|\ |
|
| * | cgroup: drop const from @buffer of cftype->write_string() | Tejun Heo | 2014-03-19 | 2 | -2/+2 |
| * | cgroup: drop @skip_css from cgroup_taskset_for_each() | Tejun Heo | 2014-02-13 | 2 | -2/+2 |
| * | cgroup: clean up cgroup_subsys names and initialization | Tejun Heo | 2014-02-08 | 3 | -8/+4 |
| * | cgroup: drop module support | Tejun Heo | 2014-02-08 | 2 | -2/+0 |
| * | cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid... | Tejun Heo | 2014-02-08 | 3 | -37/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-04-03 | 342 | -7311/+15444 |
|\ \ |
|
| * | | netpoll: Use skb_irq_freeable to make zap_completion_queue safe. | Eric W. Biederman | 2014-04-01 | 1 | -1/+1 |
| * | | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 2014-04-01 | 5 | -21/+148 |
| * | | mac802154: make csma/cca parameters per-wpan | Phoebe Buckheister | 2014-04-01 | 9 | -235/+234 |
| * | | mac802154: allow only one WPAN to be up at any given time | Phoebe Buckheister | 2014-04-01 | 2 | -0/+26 |
| * | | net: filter: minor: fix kdoc in __sk_run_filter | Daniel Borkmann | 2014-04-01 | 1 | -2/+2 |
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2014-03-31 | 6 | -77/+106 |
| |\ \ |
|
| | * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-03-31 | 6 | -77/+106 |
| | |\ \ |
|
| | | * \ | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2014-03-27 | 6 | -77/+106 |
| | | |\ \ |
|
| | | | * | | Bluetooth: Fix returning peer address in pending connect state | Johan Hedberg | 2014-03-26 | 2 | -2/+4 |
| | | | * | | Bluetooth: Remove unnecessary assignment in SMP | Johan Hedberg | 2014-03-24 | 1 | -2/+0 |
| | | | * | | Bluetooth: Fix potential NULL pointer dereference in smp_conn_security | Johan Hedberg | 2014-03-24 | 1 | -1/+1 |
| | | | * | | Bluetooth: Remove LTK re-encryption procedure | Johan Hedberg | 2014-03-24 | 2 | -49/+7 |
| | | | * | | Bluetooth: Don't try to confirm locally initiated SMP pairing | Johan Hedberg | 2014-03-24 | 1 | -0/+5 |
| | | | * | | Bluetooth: Add SMP flag to track which side is the initiator | Johan Hedberg | 2014-03-24 | 2 | -0/+7 |
| | | | * | | Bluetooth: Fix SMP confirmation callback handling | Johan Hedberg | 2014-03-24 | 1 | -0/+4 |
| | | | * | | Bluetooth: Add missing cmd_status handler for LE_Start_Encryption | Johan Hedberg | 2014-03-24 | 1 | -0/+34 |
| | | | * | | Bluetooth: Fix potential NULL pointer dereference in SMP | Johan Hedberg | 2014-03-24 | 1 | -1/+7 |
| | | | * | | Bluetooth: Track current configured LE scan type parameter | Marcel Holtmann | 2014-03-21 | 1 | -0/+25 |
| | | | * | | Bluetooth: Fix address value for early disconnection events | Johan Hedberg | 2014-03-20 | 2 | -21/+11 |
| | | | * | | Bluetooth: Fix passkey endianess in user_confirm and notify_passkey | Johan Hedberg | 2014-03-20 | 3 | -5/+5 |
| * | | | | | ipv6: some ipv6 statistic counters failed to disable bh | Hannes Frederic Sowa | 2014-03-31 | 4 | -10/+11 |
| * | | | | | ipv6: strengthen fallback fragmentation id generation | Hannes Frederic Sowa | 2014-03-31 | 1 | -12/+15 |
| * | | | | | net-gro: restore frag0 optimization | Eric Dumazet | 2014-03-31 | 1 | -32/+64 |
| * | | | | | rds: prevent dereference of a NULL device in rds_iw_laddr_check | Sasha Levin | 2014-03-31 | 1 | -1/+2 |
| * | | | | | net-sysfs: expose number of carrier on/off changes | david decotigny | 2014-03-31 | 3 | -1/+18 |
| * | | | | | ipv6: tcp_ipv6 policy route issue | Wang Yufen | 2014-03-31 | 1 | -7/+11 |
| * | | | | | ipv6: reuse rt6_need_strict | Wang Yufen | 2014-03-31 | 1 | -6/+0 |
| * | | | | | ipv6: tcp_ipv6 do some cleanup | Wang Yufen | 2014-03-31 | 1 | -13/+11 |
| * | | | | | bridge: use is_skb_forwardable in forward path | Vlad Yasevich | 2014-03-31 | 1 | -7/+2 |
| * | | | | | net: Allow modules to use is_skb_forwardable | Vlad Yasevich | 2014-03-31 | 1 | -2/+2 |
| |/ / / / |
|
| * | | | | net: filter: rework/optimize internal BPF interpreter's instruction set | Alexei Starovoitov | 2014-03-31 | 1 | -300/+1157 |
| * | | | | net: ptp: do not reimplement PTP/BPF classifier | Daniel Borkmann | 2014-03-31 | 1 | -1/+7 |
| * | | | | net: ptp: use sk_unattached_filter_create() for BPF | Daniel Borkmann | 2014-03-31 | 1 | -7/+14 |
| * | | | | net: filter: move filter accounting to filter core | Daniel Borkmann | 2014-03-31 | 1 | -2/+25 |
| * | | | | net: filter: keep original BPF program around | Daniel Borkmann | 2014-03-31 | 2 | -29/+80 |
| * | | | | net: filter: add jited flag to indicate jit compiled filters | Daniel Borkmann | 2014-03-31 | 1 | -0/+1 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-03-29 | 16 | -122/+257 |
| |\ \ \ \ |
|
| * | | | | | ipv6: fix checkpatch errors of "foo*" and "foo * bar" | Wang Yufen | 2014-03-29 | 1 | -15/+15 |
| * | | | | | ipv6: fix checkpatch errors of brace and trailing statements | Wang Yufen | 2014-03-29 | 1 | -8/+10 |
| * | | | | | ipv6: fix checkpatch errors comments and space | Wang Yufen | 2014-03-29 | 1 | -14/+12 |
| * | | | | | netpoll: Respect NETIF_F_LLTX | Eric W. Biederman | 2014-03-29 | 1 | -5/+5 |
| * | | | | | netpoll: Remove strong unnecessary assumptions about skbs | Eric W. Biederman | 2014-03-29 | 1 | -2/+2 |
| * | | | | | netpoll: Rename netpoll_rx_enable/disable to netpoll_poll_disable/enable | Eric W. Biederman | 2014-03-29 | 2 | -8/+8 |