Age | Commit message (Expand) | Author | Files | Lines |
2015-06-09 | Bluetooth: Move SCO support under BT_BREDR config option | Arron Wang | 1 | -1/+2 |
2015-06-09 | Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void | Arron Wang | 2 | -6/+4 |
2015-06-09 | Bluetooth: Don't call shutdown when leaving user channel | Loic Poulain | 1 | -0/+1 |
2015-06-09 | mac802154/iface: remove superfluous WARN_ON call in slave_open() | Stefan Schmidt | 1 | -1/+0 |
2015-06-09 | Bluetooth: Fix encryption key size handling for LTKs | Johan Hedberg | 3 | -15/+7 |
2015-06-08 | Bluetooth: Fix race condition with user channel and setup stage | Marcel Holtmann | 1 | -7/+19 |
2015-06-07 | mac802154: remove unneeded vif struct | Alexander Aring | 3 | -9/+6 |
2015-06-06 | Bluetooth: Reorder HCI user channel socket release | Loic Poulain | 1 | -2/+2 |
2015-06-06 | Bluetooth: Fix potential NULL dereference in RFCOMM bind callback | Jaganath Kanakkassery | 1 | -8/+12 |
2015-06-04 | nl802154: export supported commands | Varka Bhadram | 1 | -0/+40 |
2015-06-04 | ieee802154: Fix sockaddr_ieee802154 implicit padding information leak. | Lennert Buytenhek | 1 | -0/+6 |
2015-06-04 | cfg802154: fix rdev-ops naming convension and format specifiers | Varka Bhadram | 1 | -5/+5 |
2015-06-02 | mac802154: add trace functionality for driver ops | Varka Bhadram | 4 | -15/+362 |
2015-06-02 | ieee802154: 6lowpan: set ackreq when needed | Alexander Aring | 1 | -2/+3 |
2015-05-31 | ieee802154: Fix EUI-64 station address validation. | Lennert Buytenhek | 1 | -2/+2 |
2015-05-31 | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 43 | -137/+165 |
2015-05-31 | netevent: remove automatic variable in register_netevent_notifier() | Wang Long | 1 | -4/+1 |
2015-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 6 | -11/+233 |
2015-05-30 | ipv6: drop unneeded goto | Julia Lawall | 1 | -7/+1 |
2015-05-30 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 22 | -281/+476 |
2015-05-30 | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue | 1 | -5/+2 |
2015-05-30 | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov | 1 | -0/+18 |
2015-05-30 | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru | 1 | -4/+6 |
2015-05-29 | batman-adv: Use common declaration order in *_send_skb_(packet|unicast) | Antonio Quartulli | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_orig_update, remove unnecessary brackets | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_can_aggregate, code readability | Markus Pargmann | 1 | -49/+53 |
2015-05-29 | batman-adv: checkpatch - spaces preferred around that '*' | Marek Lindner | 2 | -2/+2 |
2015-05-29 | batman-adv: checkpatch - comparison to NULL could be rewritten | Marek Lindner | 1 | -1/+1 |
2015-05-29 | batman-adv: Use safer default config for optional features | Sven Eckelmann | 2 | -2/+2 |
2015-05-29 | batman-adv: iv_ogm_send_to_if, declare char* as const | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: iv_ogm_aggr_packet, bool return value | Markus Pargmann | 1 | -2/+2 |
2015-05-29 | batman-adv: iv_ogm_iface_enable, direct return values | Markus Pargmann | 1 | -6/+2 |
2015-05-29 | batman-adv: Makefile, Sort alphabetically | Markus Pargmann | 1 | -1/+1 |
2015-05-29 | batman-adv: tvlv realloc, move error handling into if block | Markus Pargmann | 1 | -8/+8 |
2015-05-29 | batman-adv: debugfs, avoid compiling for !DEBUG_FS | Markus Pargmann | 3 | -9/+35 |
2015-05-29 | batman-adv: Use only queued fragments when merging | Sven Eckelmann | 1 | -8/+5 |
2015-05-29 | batman-adv: Check total_size when queueing fragments | Sven Eckelmann | 2 | -2/+7 |
2015-05-29 | batman-adv: update copyright years for 2015 | Sven Eckelmann | 43 | -43/+43 |
2015-05-29 | batman-adv: Start new development cycle | Simon Wunderlich | 1 | -1/+1 |
2015-05-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 3 | -30/+28 |
2015-05-27 | tcp/dccp: warn user for preferred ip_local_port_range | Eric Dumazet | 1 | -0/+6 |
2015-05-27 | tcp: connect() from bound sockets can be faster | Eric Dumazet | 2 | -4/+13 |
2015-05-27 | tcp/dccp: try to not exhaust ip_local_port_range in connect() | Eric Dumazet | 2 | -3/+9 |
2015-05-27 | nl802154: add support to set cca ed level | Alexander Aring | 4 | -0/+75 |
2015-05-27 | nl802154: add support for cca ed level info | Alexander Aring | 1 | -0/+7 |
2015-05-27 | ip_fragment: don't forward defragmented DF packet | Florian Westphal | 2 | -7/+36 |
2015-05-27 | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helper | Florian Westphal | 1 | -7/+12 |
2015-05-27 | ieee802154: fix typo for file name | Varka Bhadram | 1 | -1/+1 |
2015-05-27 | ieee802154: add set transmit power support | Varka Bhadram | 4 | -0/+76 |
2015-05-27 | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. | David S. Miller | 1 | -0/+1 |