summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-3022-281/+476
|\
| * nl802154: add support to set cca ed levelAlexander Aring2015-05-274-0/+75
| * nl802154: add support for cca ed level infoAlexander Aring2015-05-271-0/+7
| * ieee802154: fix typo for file nameVarka Bhadram2015-05-271-1/+1
| * ieee802154: add set transmit power supportVarka Bhadram2015-05-274-0/+76
| * nl802154: fix cca mode wpan phy flagAlexander Aring2015-05-261-1/+1
| * mac802154: mac802154_mlme_start_req() optimisation.Lennert Buytenhek2015-05-261-18/+11
| * ieee802154 socket: No need to check for ARPHRD_IEEE802154 in raw_bind().Lennert Buytenhek2015-05-261-6/+0
| * ieee802154: Remove 802.15.4/6LoWPAN checks for interface MTU.Lennert Buytenhek2015-05-261-14/+3
| * ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.Lennert Buytenhek2015-05-261-1/+1
| * mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek2015-05-261-0/+3
| * Bluetooth: mgmt: fix typosFlorian Grandel2015-05-261-3/+3
| * mac802154: remove mib lockAlexander Aring2015-05-239-105/+18
| * mac802154: use atomic ops for sequence incrementationAlexander Aring2015-05-235-22/+6
| * mac802154: remove pib lockAlexander Aring2015-05-234-14/+5
| * mac802154: fix hold rtnl while ioctlAlexander Aring2015-05-231-2/+3
| * Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg2015-05-191-4/+16
| * mac802154: select CRYPTO when neededArnd Bergmann2015-05-191-0/+1
| * mac802154: tx: allow xmit complete from hard irqAlexander Aring2015-05-191-3/+2
| * nl802154: add support for dump phy capabilitiesAlexander Aring2015-05-191-1/+116
| * ieee802154: add iftypes capabilityAlexander Aring2015-05-192-1/+8
| * cfg802154: introduce wpan phy flagsAlexander Aring2015-05-192-13/+20
| * mac802154: remove check if operation is supportedAlexander Aring2015-05-191-24/+0
| * mac802154: check for really changesAlexander Aring2015-05-191-0/+26
| * ieee802154: add several phy supported handlingAlexander Aring2015-05-192-5/+43
| * ieee802154: introduce wpan_phy_supportedAlexander Aring2015-05-192-4/+4
| * ieee802154: change cca ed level to mbmAlexander Aring2015-05-192-4/+4
| * ieee802154: change transmit power to mbmAlexander Aring2015-05-192-4/+4
| * ieee802154: change transmit power to s32Alexander Aring2015-05-192-4/+4
| * ieee802154: move validation check out of softmacAlexander Aring2015-05-192-30/+27
| * nl802154: cleanup invalid argument handlingAlexander Aring2015-05-191-8/+4
| * Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis2015-05-151-5/+0
* | tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue2015-05-301-5/+2
* | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-301-0/+18
* | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru2015-05-301-4/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-05-283-30/+28
|\ \
| * | xfrm: optimise to search the inexact policy listLi RongQing2015-05-181-3/+8
| * | xfrm: move the checking for old xfrm_policy hold_queue to beginningLi RongQing2015-05-051-3/+3
| * | xfrm: remove the unnecessary checking before call xfrm_pol_holdLi RongQing2015-05-051-4/+3
| * | xfrm: slightly optimise xfrm_inputLi RongQing2015-04-241-5/+5
| * | xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing2015-04-233-3/+3
| * | xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing2015-04-232-2/+4
| * | xfrm: remove the xfrm_queue_purge definitionLi RongQing2015-04-231-10/+2
* | | tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet2015-05-271-0/+6
* | | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-272-4/+13
* | | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-272-3/+9
* | | ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-272-7/+36
* | | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal2015-05-271-7/+12
* | | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller2015-05-271-0/+1
* | | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-263-4/+7
OpenPOWER on IntegriCloud