summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2015-05-26ieee802154 socket: Return EMSGSIZE from raw_sendmsg() if packet too big.Lennert Buytenhek
2015-05-26mac802154: Avoid rtnl deadlock in mac802154_wpan_ioctl().Lennert Buytenhek
2015-05-26Bluetooth: mgmt: fix typosFlorian Grandel
2015-05-23mac802154: remove mib lockAlexander Aring
2015-05-23mac802154: use atomic ops for sequence incrementationAlexander Aring
2015-05-23mac802154: remove pib lockAlexander Aring
2015-05-23mac802154: fix hold rtnl while ioctlAlexander Aring
2015-05-19Bluetooth: Add debug logs for legacy SMP crypto functionsJohan Hedberg
2015-05-19mac802154: select CRYPTO when neededArnd Bergmann
2015-05-19mac802154: tx: allow xmit complete from hard irqAlexander Aring
2015-05-19nl802154: add support for dump phy capabilitiesAlexander Aring
2015-05-19ieee802154: add iftypes capabilityAlexander Aring
2015-05-19cfg802154: introduce wpan phy flagsAlexander Aring
2015-05-19mac802154: remove check if operation is supportedAlexander Aring
2015-05-19mac802154: check for really changesAlexander Aring
2015-05-19ieee802154: add several phy supported handlingAlexander Aring
2015-05-19ieee802154: introduce wpan_phy_supportedAlexander Aring
2015-05-19ieee802154: change cca ed level to mbmAlexander Aring
2015-05-19ieee802154: change transmit power to mbmAlexander Aring
2015-05-19ieee802154: change transmit power to s32Alexander Aring
2015-05-19ieee802154: move validation check out of softmacAlexander Aring
2015-05-19nl802154: cleanup invalid argument handlingAlexander Aring
2015-05-15Bluetooth: Fix calls to __hci_cmd_sync()Frederic Danis
2015-05-13packet: rollover statisticsWillem de Bruijn
2015-05-13packet: rollover huge flows before small flowsWillem de Bruijn
2015-05-13packet: rollover lock contention avoidanceWillem de Bruijn
2015-05-13packet: rollover only to socket with headroomWillem de Bruijn
2015-05-13packet: rollover prepare: per-socket stateWillem de Bruijn
2015-05-13packet: rollover prepare: move code out of callsitesWillem de Bruijn
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet
2015-05-13tc: introduce Flower classifierJiri Pirko
2015-05-13flow_dissector: change port array into src, dst tupleJiri Pirko
2015-05-13flow_dissector: introduce support for Ethernet addressesJiri Pirko
2015-05-13flow_dissector: introduce support for ipv6 addresssesJiri Pirko
2015-05-13flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko
2015-05-13flow_dissector: introduce programable flow_dissectorJiri Pirko
2015-05-13flow_dissector: fix doc for skb_get_poffJiri Pirko
2015-05-13net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko
2015-05-13net: move __skb_tx_hash to dev.cJiri Pirko
2015-05-13flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko
2015-05-13net: move *skb_get_poff declarations into correct headerJiri Pirko
2015-05-13net: change name of flow_dissector header to match the .c file nameJiri Pirko
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman
2015-05-13switchdev: sparse warning: pass ipv4 fib dst as network-byte orderScott Feldman
2015-05-13switchdev: sparse warning: make __switchdev_port_obj_add staticScott Feldman
2015-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-05-12net: make skb_dst_pop routine staticYing Xue