summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* RDS: Add support for SO_TIMESTAMP for incoming messagessantosh.shilimkar@oracle.com2016-03-023-2/+45
* RDS: Drop stale iWARP RDMA transportsantosh.shilimkar@oracle.com2016-03-0213-4611/+6Star
* batman-adv: clarify CFG80211 dependencyArnd Bergmann2016-03-021-1/+1
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-03-0122-36/+2173
|\
| * batman-adv: Start new development cycleSimon Wunderlich2016-02-291-1/+1
| * batman-adv: B.A.T.M.A.N. V - implement bat_neigh_print APILinus Luessing2016-02-291-0/+55
| * batman-adv: B.A.T.M.A.N. V - implement bat_orig_print APIAntonio Quartulli2016-02-291-0/+105
| * batman-adv: B.A.T.M.A.N. V - implement neighbor comparison API callsAntonio Quartulli2016-02-291-0/+38
| * batman-adv: ELP - send unicast ELP packets for throughput samplingAntonio Quartulli2016-02-292-0/+72
| * batman-adv: ELP - compute the metric based on the estimated throughputAntonio Quartulli2016-02-297-2/+164
| * batman-adv: keep track of when unicast packets are sentAntonio Quartulli2016-02-2910-34/+75
| * batman-adv: add throughput override attribute to hard_ifacesAntonio Quartulli2016-02-295-2/+86
| * batman-adv: OGMv2 - implement originators logicAntonio Quartulli2016-02-295-41/+566
| * batman-adv: OGMv2 - add basic infrastructureAntonio Quartulli2016-02-299-3/+427
| * batman-adv: ELP - adding sysfs parameter for elp intervalLinus Luessing2016-02-291-0/+7
| * batman-adv: ELP - creating neighbor structuresLinus Luessing2016-02-295-1/+214
| * batman-adv: ELP - adding basic infrastructureLinus Luessing2016-02-299-1/+363
| * batman-adv: Add hard_iface specific sysfs wrapper macros for UINTLinus Luessing2016-02-291-0/+49
* | net: pktgen: use reset to set mac headerZhang Shengju2016-03-011-2/+2
* | sch_mqprio: Fix build with older gcc.David S. Miller2016-03-011-1/+1
* | net: remove skb_sender_cpu_clear()WANG Cong2016-03-018-14/+0Star
* | net: ipv6/l3mdev: Move host route on saved address if necessaryDavid Ahern2016-03-011-0/+26
* | net: sctp: Convert log timestamps to be y2038 safeDeepa Dinamani2016-03-011-5/+5
* | net: ipv4: tcp_probe: Replace timespec with timespec64Deepa Dinamani2016-03-011-4/+4
* | net: ipv4: Convert IP network timestamps to be y2038 safeDeepa Dinamani2016-03-013-12/+33
* | Support to encoding decoding skb prio on IFE actionJamal Hadi Salim2016-03-013-0/+82
* | Support to encoding decoding skb mark on IFE actionJamal Hadi Salim2016-03-013-0/+85
* | introduce IFE actionJamal Hadi Salim2016-03-013-0/+883
* | Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller2016-03-0140-687/+1096
|\ \
| * | rfkill: Factor rfkill_global_states[].cur assignmentsJoão Paulo Rechi Vita2016-02-241-21/+17Star
| * | rfkill: Remove extra blank lineJoão Paulo Rechi Vita2016-02-241-1/+0Star
| * | rfkill: Improve documentation languageJoão Paulo Rechi Vita2016-02-241-2/+2
| * | net: rfkill: gpio: remove rfkill_gpio_platform_dataHeikki Krogerus2016-02-242-10/+1Star
| * | net: rfkill: gpio: get the name and type from device propertyHeikki Krogerus2016-02-241-5/+11
| * | net: rfkill: add rfkill_find_type functionHeikki Krogerus2016-02-241-28/+30
| * | cfg80211: add radiotap VHT info to rtap_namespace_sizesLorenzo Bianconi2016-02-241-0/+1
| * | cfg80211: Add global RRM capabilityBeni Lev2016-02-241-7/+11
| * | mac80211: move MU_MIMO_OWNER flag to ieee80211_vifSara Sharon2016-02-244-12/+10Star
| * | mac80211: provide interface to driver to set VHT MU-MIMO dataSara Sharon2016-02-241-1/+15
| * | mac80211: remove ieee80211_get_key_tx_seq/ieee80211_set_key_tx_seqEliad Peller2016-02-241-87/+0Star
| * | mac80211: move TKIP TX IVs to public part of key structEliad Peller2016-02-247-38/+40
| * | mac80211: fix wiphy supported_band accessLorenzo Bianconi2016-02-241-4/+5
| * | cfg80211: reuse existing page fragments in A-MSDU rxFelix Fietkau2016-02-241-5/+77
| * | cfg80211: fix faulty variable initialization in ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-1/+1
| * | mac80211: fix VHT MU-MIMO frame processingSara Sharon2016-02-241-4/+6
| * | mac80211: Unify mesh and mpp path removal functionHenning Rogge2016-02-241-36/+41
| * | mac80211: let unused MPP table entries timeoutHenning Rogge2016-02-243-1/+56
| * | mac80211: Remove MPP table entries with MPathHenning Rogge2016-02-241-0/+26
| * | cfg80211: basic support for PBSS network typeLior David2016-02-242-3/+17
| * | cfg80211: add support for non-linear skbs in ieee80211_amsdu_to_8023sFelix Fietkau2016-02-241-51/+49Star