| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2014-01-14 | 42 | -763/+1648 |
|\ |
|
| * | batman-adv: drop dependency against CRC16 | Antonio Quartulli | 2014-01-12 | 1 | -1/+0 |
| * | batman-adv: Start new development cycle | Simon Wunderlich | 2014-01-12 | 1 | -1/+1 |
| * | batman-adv: update copyright years for 2014 | Simon Wunderlich | 2014-01-12 | 41 | -41/+41 |
| * | batman-adv: add build checks for packet sizes | Simon Wunderlich | 2014-01-12 | 1 | -7/+17 |
| * | batman-adv: remove returns at the end of void functions | Antonio Quartulli | 2014-01-12 | 1 | -7/+0 |
| * | batman-adv: add debugfs support to view multiif tables | Simon Wunderlich | 2014-01-12 | 5 | -7/+73 |
| * | batman-adv: add debugfs structure for information per interface | Simon Wunderlich | 2014-01-12 | 4 | -0/+86 |
| * | batman-adv: add bonding again | Simon Wunderlich | 2014-01-12 | 4 | -4/+121 |
| * | batman-adv: consider outgoing interface in OGM sending | Simon Wunderlich | 2014-01-12 | 3 | -64/+115 |
| * | batman-adv: add WiFi penalty | Simon Wunderlich | 2014-01-12 | 3 | -6/+24 |
| * | batman-adv: split out router from orig_node | Simon Wunderlich | 2014-01-12 | 11 | -219/+605 |
| * | batman-adv: split tq information in neigh_node struct | Simon Wunderlich | 2014-01-12 | 9 | -114/+588 |
| * | batman-adv: remove bonding and interface alternating | Simon Wunderlich | 2014-01-12 | 5 | -327/+12 |
* | | net: make dev_set_mtu() honor notification return code | Veaceslav Falico | 2014-01-14 | 1 | -9/+25 |
* | | sctp: make sctp_addto_chunk_fixed local | stephen hemminger | 2014-01-13 | 1 | -2/+4 |
* | | l2tp: make local functions static | stephen hemminger | 2014-01-13 | 2 | -6/+2 |
* | | gre_offload: simplify GRE header length calculation in gre_gso_segment() | Neal Cardwell | 2014-01-13 | 1 | -10/+6 |
* | | net_sched: act: remove struct tcf_act_hdr | WANG Cong | 2014-01-13 | 1 | -8/+8 |
* | | net_sched: avoid casting void pointer | WANG Cong | 2014-01-13 | 5 | -26/+23 |
* | | net_sched: optimize tcf_match_indev() | WANG Cong | 2014-01-13 | 2 | -14/+24 |
* | | net_sched: add struct net pointer to tcf_proto_ops->dump | WANG Cong | 2014-01-13 | 10 | -14/+15 |
* | | net_sched: act: clean up notification functions | WANG Cong | 2014-01-13 | 1 | -55/+40 |
* | | net_sched: act: move idx_gen into struct tcf_hashinfo | WANG Cong | 2014-01-13 | 10 | -23/+14 |
* | | net: gro: change GRO overflow strategy | Eric Dumazet | 2014-01-13 | 1 | -2/+15 |
* | | gre_offload: fix sparse non static symbol warning | Wei Yongjun | 2014-01-13 | 1 | -1/+1 |
* | | ipv4: introduce hardened ip_no_pmtu_disc mode | Hannes Frederic Sowa | 2014-01-13 | 4 | -4/+27 |
* | | ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with it | Hannes Frederic Sowa | 2014-01-13 | 1 | -1/+22 |
* | | ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ... | Hannes Frederic Sowa | 2014-01-13 | 4 | -8/+17 |
* | | HHF qdisc: fix jiffies-time conversion. | Terry Lam | 2014-01-13 | 1 | -6/+6 |
|/ |
|
* | Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge | David S. Miller | 2014-01-10 | 41 | -311/+429 |
|\ |
|
| * | batman-adv: set the isolation mark in the skb if needed | Antonio Quartulli | 2014-01-08 | 3 | -2/+44 |
| * | batman-adv: create helper function to get AP isolation status | Antonio Quartulli | 2014-01-08 | 3 | -12/+28 |
| * | batman-adv: extend the ap_isolation mechanism | Antonio Quartulli | 2014-01-08 | 1 | -0/+5 |
| * | batman-adv: print the new BATADV_TT_CLIENT_ISOLA flag | Antonio Quartulli | 2014-01-08 | 1 | -4/+8 |
| * | batman-adv: mark a local client as isolated when needed | Antonio Quartulli | 2014-01-08 | 5 | -5/+23 |
| * | batman-adv: add isolation_mark sysfs attribute | Antonio Quartulli | 2014-01-08 | 3 | -0/+75 |
| * | batman-adv: send every DHCP packet as bat-unicast | Antonio Quartulli | 2014-01-08 | 7 | -140/+153 |
| * | batman-adv: remove parenthesis from return statements | Antonio Quartulli | 2014-01-08 | 1 | -1/+1 |
| * | batman-adv: rename gw_deselect() to gw_reselect() | Antonio Quartulli | 2014-01-08 | 4 | -18/+29 |
| * | batman-adv: deselect current GW on client mode switch off | Antonio Quartulli | 2014-01-08 | 2 | -0/+14 |
| * | batman-adv: remove FSF address from GPL disclaimer | Antonio Quartulli | 2014-01-08 | 41 | -123/+41 |
| * | batman-adv: don't switch byte order too often if not needed | Antonio Quartulli | 2014-01-08 | 1 | -3/+5 |
| * | batman-adv: properly rename define in distributed arp table header file | Antonio Quartulli | 2014-01-08 | 1 | -3/+3 |
* | | tcp: metrics: Allow selective get/del of tcp-metrics based on src IP | Christoph Paasch | 2014-01-10 | 1 | -10/+38 |
* | | tcp: metrics: Delete all entries matching a certain destination | Christoph Paasch | 2014-01-10 | 1 | -6/+11 |
* | | tcp: metrics: New netlink attribute for src IP and dumped in netlink reply | Christoph Paasch | 2014-01-10 | 1 | -0/+6 |
* | | tcp: metrics: Add source-address to tcp-metrics | Christoph Paasch | 2014-01-10 | 1 | -9/+25 |
* | | tcp: metrics: rename tcpm_addr to tcpm_daddr | Christoph Paasch | 2014-01-10 | 1 | -36/+36 |
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2014-01-10 | 36 | -880/+2449 |
|\ \ |
|