| Commit message (Expand) | Author | Age | Files | Lines |
* | 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-19 | 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 |
|\ \ \ |
|
| * | | | vlan: Warn the user if lowerdev has bad vlan features. | Vlad Yasevich | 2014-03-28 | 1 | -0/+3 |
| * | | | bridge: Fix crash with vlan filtering and tcpdump | Vlad Yasevich | 2014-03-28 | 2 | -5/+20 |
| * | | | net: Account for all vlan headers in skb_mac_gso_segment | Vlad Yasevich | 2014-03-28 | 2 | -5/+11 |
| * | | | ipv6: move DAD and addrconf_verify processing to workqueue | Hannes Frederic Sowa | 2014-03-28 | 1 | -51/+142 |
| * | | | tcp: fix get_timewait4_sock() delay computation on 64bit | Eric Dumazet | 2014-03-28 | 1 | -1/+1 |
| * | | | openvswitch: fix a possible deadlock and lockdep warning | Flavio Leitner | 2014-03-28 | 1 | -20/+6 |
| * | | | bridge: Fix handling stacked vlan tags | Toshiaki Makita | 2014-03-28 | 1 | -17/+1 |
| * | | | bridge: Fix inabillity to retrieve vlan tags when tx offload is disabled | Toshiaki Makita | 2014-03-28 | 2 | -3/+15 |
| * | | | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors | Zoltan Kiss | 2014-03-27 | 3 | -10/+32 |
| * | | | vlan: Set hard_header_len according to available acceleration | Vlad Yasevich | 2014-03-27 | 2 | -2/+5 |
| * | | | net: unix: non blocking recvmsg() should not return -EINTR | Eric Dumazet | 2014-03-26 | 1 | -5/+12 |
| * | | | ip_tunnel: Fix dst ref-count. | Pravin B Shelar | 2014-03-26 | 3 | -3/+9 |
* | | | | 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 |