summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* packet: rollover statisticsWillem de Bruijn2015-05-132-1/+21
* packet: rollover huge flows before small flowsWillem de Bruijn2015-05-132-3/+24
* packet: rollover lock contention avoidanceWillem de Bruijn2015-05-132-7/+32
* packet: rollover only to socket with headroomWillem de Bruijn2015-05-131-17/+59
* packet: rollover prepare: per-socket stateWillem de Bruijn2015-05-132-4/+23
* packet: rollover prepare: move code out of callsitesWillem de Bruijn2015-05-131-9/+10
* ipv4: __ip_local_out_sk() is staticEric Dumazet2015-05-131-1/+1
* tcp/dccp: tw_timer_handler() is staticEric Dumazet2015-05-131-1/+1
* tc: introduce Flower classifierJiri Pirko2015-05-133-0/+699
* flow_dissector: change port array into src, dst tupleJiri Pirko2015-05-132-4/+4
* flow_dissector: introduce support for Ethernet addressesJiri Pirko2015-05-131-0/+12
* flow_dissector: introduce support for ipv6 addresssesJiri Pirko2015-05-131-8/+21
* flow_dissect: use programable dissector in skb_flow_dissect and friendsJiri Pirko2015-05-134-76/+153
* flow_dissector: introduce programable flow_dissectorJiri Pirko2015-05-131-0/+48
* flow_dissector: fix doc for skb_get_poffJiri Pirko2015-05-131-2/+6
* net: move netdev_pick_tx and dependencies to net/core/dev.cJiri Pirko2015-05-132-78/+78
* net: move __skb_tx_hash to dev.cJiri Pirko2015-05-132-28/+28
* flow_dissector: fix doc for __skb_get_hash and remove couple of empty linesJiri Pirko2015-05-131-5/+5
* net: move *skb_get_poff declarations into correct headerJiri Pirko2015-05-132-0/+2
* net: change name of flow_dissector header to match the .c file nameJiri Pirko2015-05-133-3/+3
* net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-132-10/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-1331-87/+526
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-1240-132/+611
| |\
| | * netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel2015-05-121-1/+1
| | * net_sched: gred: use correct backlog value in WRED modeDavid Ward2015-05-111-2/+2
| | * af_packet / TX_RING not fully non-blocking (w/ MSG_DONTWAIT).Kretschmer, Mathias2015-05-101-3/+6
| | * mpls: Change reserved label names to be consistent with netbsdTom Herbert2015-05-091-9/+9
| | * net_sched: fix a use-after-free in tc_ctl_tfilter()WANG Cong2015-05-091-4/+3
| | * net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.Sowmini Varadhan2015-05-091-2/+11
| | * net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.Sowmini Varadhan2015-05-093-0/+51
| | * ipv6: Fixed source specific default route handling.Markus Stenberg2015-05-092-10/+34
| | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-093-4/+7
| | |\
| | | * mac802154: llsec: fix return value check in llsec_key_alloc()Wei Yongjun2015-04-301-2/+2
| | | * mac802154: fix ieee802154_register_hw error handlingAlexander Aring2015-04-301-1/+3
| | | * Bluetooth: Skip the shutdown routine if the interface is not upGabriele Mazzotta2015-04-301-1/+2
| | * | tcp_westwood: fix tcp_westwood_info()Eric Dumazet2015-05-051-7/+8
| | * | mpls: Move reserved label definitionsTom Herbert2015-05-052-19/+9
| | * | Merge tag 'mac80211-for-davem-2015-05-04' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-042-6/+25
| | |\ \
| | | * | mac80211: enable hash table shrinkingJohannes Berg2015-04-241-0/+1
| | | * | mac80211: fix rhashtable conversionJohannes Berg2015-04-231-1/+17
| | | * | mac80211: don't warn when stopping VLAN with stationsJohannes Berg2015-04-201-5/+7
| | * | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-05-0418-67/+439
| | |\ \ \
| | | * | | ieee802154: trace: fix endian convertionAlexander Aring2015-04-301-2/+3
| | | * | | cfg802154: pass name_assign_type to rdev_add_virtual_intf()Varka Bhadram2015-04-307-12/+25
| | | * | | ieee802154: Add trace events for rdev->opsGuido Günther2015-04-304-12/+322
OpenPOWER on IntegriCloud