aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-26ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.Lennert Buytenhek1-1/+1
2015-05-26mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek1-0/+3
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel1-3/+3
2015-05-23mac802154: remove mib lockAlexander Aring9-105/+18
2015-05-23mac802154: use atomic ops for sequence incrementationAlexander Aring5-22/+6
2015-05-23mac802154: remove pib lockAlexander Aring4-14/+5
2015-05-23mac802154: fix hold rtnl while ioctlAlexander Aring1-2/+3
2015-05-19Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg1-4/+16
2015-05-19mac802154: select CRYPTO when neededArnd Bergmann1-0/+1
2015-05-19mac802154: tx: allow xmit complete from hard irqAlexander Aring1-3/+2
2015-05-19nl802154: add support for dump phy capabilitiesAlexander Aring1-1/+116
2015-05-19ieee802154: add iftypes capabilityAlexander Aring2-1/+8
2015-05-19cfg802154: introduce wpan phy flagsAlexander Aring2-13/+20
2015-05-19mac802154: remove check if operation is supportedAlexander Aring1-24/+0
2015-05-19mac802154: check for really changesAlexander Aring1-0/+26
2015-05-19ieee802154: add several phy supported handlingAlexander Aring2-5/+43
2015-05-19ieee802154: introduce wpan_phy_supportedAlexander Aring2-4/+4
2015-05-19ieee802154: change cca ed level to mbmAlexander Aring2-4/+4
2015-05-19ieee802154: change transmit power to mbmAlexander Aring2-4/+4
2015-05-19ieee802154: change transmit power to s32Alexander Aring2-4/+4
2015-05-19ieee802154: move validation check out of softmacAlexander Aring2-30/+27
2015-05-19nl802154: cleanup invalid argument handlingAlexander Aring1-8/+4
2015-05-15Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis1-5/+0
2015-05-13packet: rollover statisticsWillem de Bruijn2-1/+21
2015-05-13packet: rollover huge flows before small flowsWillem de Bruijn2-3/+24
2015-05-13packet: rollover lock contention avoidanceWillem de Bruijn2-7/+32
2015-05-13packet: rollover only to socket with headroomWillem de Bruijn1-17/+59
2015-05-13packet: rollover prepare: per-socket stateWillem de Bruijn2-4/+23
2015-05-13packet: rollover prepare: move code out of callsitesWillem de Bruijn1-9/+10
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet1-1/+1
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet1-1/+1
2015-05-13tc: introduce Flower classifierJiri Pirko3-0/+699
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko2-4/+4
2015-05-13flow_dissector: introduce support for Ethernet addressesJiri Pirko1-0/+12
2015-05-13flow_dissector: introduce support for ipv6 addresssesJiri Pirko1-8/+21
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko4-76/+153
2015-05-13flow_dissector: introduce programable flow_dissectorJiri Pirko1-0/+48
2015-05-13flow_dissector: fix doc for skb_get_poffJiri Pirko1-2/+6
2015-05-13net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2-78/+78
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko2-28/+28
2015-05-13flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko1-5/+5
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko2-0/+2
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko3-3/+3
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal2-10/+4
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller31-87/+526
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman5-26/+28
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman1-2/+2
2015-05-13switchdev: sparse warning: make __switchdev_port_obj_add staticScott Feldman1-1/+2
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds40-132/+611
2015-05-12net: make skb_dst_pop routine staticYing Xue1-0/+12