summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: use kmem_cache for translation tableSven Eckelmann2016-08-093-19/+169
* batman-adv: Introduce forward packet creation helperLinus Lüssing2016-08-094-59/+98
* batman-adv: fix boolreturn.cocci warningskbuild test robot2016-08-091-1/+1
* batman-adv: iv_ogm, Reduce code duplicationMarkus Pargmann2016-08-091-30/+47
* batman-adv: disable sysfs knobs when GW-mode is not implementedAntonio Quartulli2016-08-091-0/+28
* batman-adv: B.A.T.M.A.N. V - implement GW selection logicAntonio Quartulli2016-08-093-4/+226
* batman-adv: make GW election code protocol specificAntonio Quartulli2016-08-095-192/+263
* batman-adv: make the GW selection class algorithm specificAntonio Quartulli2016-08-093-2/+79
* batman-adv: Remove unused primary_if and bat_priv variablesLinus Lüssing2016-08-091-15/+4
* batman-adv: Avoid sysfs name collision for netns movesSven Eckelmann2016-08-091-0/+14
* batman-adv: Revert "postpone sysfs removal when unregistering"Sven Eckelmann2016-08-093-58/+16
* batman-adv: Modify mesh_iface outside sysfs contextSven Eckelmann2016-08-092-26/+94
* batman-adv: Use rtnl link in device creation exampleSven Eckelmann2016-08-091-6/+11
* batman-adv: Define module rtnl link nameSven Eckelmann2016-08-091-0/+1
* batman-adv: Document optional batadv_algo_opsSven Eckelmann2016-08-091-3/+5
* batman-adv: Start new development cycleSimon Wunderlich2016-08-091-1/+1
* sctp: use event->chunk when it's validXin Long2016-08-081-2/+2
* net: vxlan: lwt: Fix vxlan local traffic.pravin shelar2016-08-081-2/+2
* net: vxlan: lwt: Use source ip address during route lookup.pravin shelar2016-08-081-12/+18
* Merge branch 'bpf-csum-complete'David S. Miller2016-08-082-24/+57
|\
| * bpf: fix checksum for vlan push/pop helperDaniel Borkmann2016-08-081-0/+12
| * bpf: fix checksum fixups on bpf_skb_store_bytesDaniel Borkmann2016-08-082-21/+35
| * bpf: also call skb_postpush_rcsum on xmit occasionsDaniel Borkmann2016-08-081-3/+10
|/
* net/ethernet: tundra: fix dump_eth_one warning in tsi108_ethPaul Gortmaker2016-08-081-0/+2
* Merge branch 'mlxsw-dcb-fixes'David S. Miller2016-08-082-4/+7
|\
| * mlxsw: spectrum: Add missing DCB rollback in error pathIdo Schimmel2016-08-081-0/+1
| * mlxsw: spectrum: Do not override PAUSE settingsIdo Schimmel2016-08-081-0/+2
| * mlxsw: spectrum: Do not assume PAUSE frames are disabledIdo Schimmel2016-08-081-4/+4
|/
* rhashtable-test: Fix max_size parameter descriptionPhil Sutter2016-08-081-1/+1
* Merge branch 'sctp_diag-fixes'David S. Miller2016-08-083-70/+76
|\
| * sctp_diag: Respect ss adding TCPF_CLOSE to idiag_statesPhil Sutter2016-08-081-2/+2
| * sctp_diag: Fix T3_rtx timer exportPhil Sutter2016-08-081-4/+10
| * sctp: Export struct sctp_info to userspacePhil Sutter2016-08-082-64/+64
|/
* net: macb: Correct CAPS maskHarini Katakam2016-08-071-1/+1
* Merge tag 'mac80211-for-davem-2016-08-05' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-08-0710-23/+56
|\
| * mac80211: Add ieee80211_hw pointer to get_expected_throughputMaxim Altshul2016-08-053-4/+6
| * nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE valueMasashi Honma2016-08-051-3/+31
| * mac80211: End the MPSP even if EOSP frame was not ackedMasashi Honma2016-08-051-7/+7
| * mac80211: fix purging multicast PS buffer queueFelix Fietkau2016-08-052-4/+4
| * mac80211: mesh: flush stations before beacons are stoppedMaital Hahn2016-08-031-4/+6
| * mac80211: fix check for buffered powersave frames with txqFelix Fietkau2016-08-021-1/+1
| * cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 caseColin Ian King2016-08-021-0/+1
* | samples/bpf: add bpf_map_update_elem() testsAlexei Starovoitov2016-08-071-2/+13
* | bpf: restore behavior of bpf_map_update_elemAlexei Starovoitov2016-08-071-11/+73
* | net: dsa: b53: Add missing ULL suffix for 64-bit constantGeert Uytterhoeven2016-08-061-1/+1
* | ipv4: panic in leaf_walk_rcu due to stale node pointerDavid Forster2016-08-061-6/+2
* | rxrpc: Fix races between skb free, ACK generation and replyingDavid Howells2016-08-0614-286/+225
* | net: arc_emac: add missing of_node_put() in arc_emac_probe()Wei Yongjun2016-08-061-2/+4
* | OVS: Ignore negative headroom valueIan Wienand2016-08-061-1/+1
* | Merge branch 'qlcnic-fixes'David S. Miller2016-08-034-48/+62
|\ \