summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-1442-763/+1648
|\
| * batman-adv: drop dependency against CRC16Antonio Quartulli2014-01-121-1/+0
| * batman-adv: Start new development cycleSimon Wunderlich2014-01-121-1/+1
| * batman-adv: update copyright years for 2014Simon Wunderlich2014-01-1241-41/+41
| * batman-adv: add build checks for packet sizesSimon Wunderlich2014-01-121-7/+17
| * batman-adv: remove returns at the end of void functionsAntonio Quartulli2014-01-121-7/+0
| * batman-adv: add debugfs support to view multiif tablesSimon Wunderlich2014-01-125-7/+73
| * batman-adv: add debugfs structure for information per interfaceSimon Wunderlich2014-01-124-0/+86
| * batman-adv: add bonding againSimon Wunderlich2014-01-124-4/+121
| * batman-adv: consider outgoing interface in OGM sendingSimon Wunderlich2014-01-123-64/+115
| * batman-adv: add WiFi penaltySimon Wunderlich2014-01-123-6/+24
| * batman-adv: split out router from orig_nodeSimon Wunderlich2014-01-1211-219/+605
| * batman-adv: split tq information in neigh_node structSimon Wunderlich2014-01-129-114/+588
| * batman-adv: remove bonding and interface alternatingSimon Wunderlich2014-01-125-327/+12
* | net: make dev_set_mtu() honor notification return codeVeaceslav Falico2014-01-141-9/+25
* | sctp: make sctp_addto_chunk_fixed localstephen hemminger2014-01-131-2/+4
* | l2tp: make local functions staticstephen hemminger2014-01-132-6/+2
* | gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell2014-01-131-10/+6
* | net_sched: act: remove struct tcf_act_hdrWANG Cong2014-01-131-8/+8
* | net_sched: avoid casting void pointerWANG Cong2014-01-135-26/+23
* | net_sched: optimize tcf_match_indev()WANG Cong2014-01-132-14/+24
* | net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong2014-01-1310-14/+15
* | net_sched: act: clean up notification functionsWANG Cong2014-01-131-55/+40
* | net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-1310-23/+14
* | net: gro: change GRO overflow strategyEric Dumazet2014-01-131-2/+15
* | gre_offload: fix sparse non static symbol warningWei Yongjun2014-01-131-1/+1
* | ipv4: introduce hardened ip_no_pmtu_disc modeHannes Frederic Sowa2014-01-134-4/+27
* | ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa2014-01-131-1/+22
* | ipv4: introduce ip_dst_mtu_maybe_forward and protect forwarding path against ...Hannes Frederic Sowa2014-01-134-8/+17
* | HHF qdisc: fix jiffies-time conversion.Terry Lam2014-01-131-6/+6
|/
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2014-01-1041-311/+429
|\
| * batman-adv: set the isolation mark in the skb if neededAntonio Quartulli2014-01-083-2/+44
| * batman-adv: create helper function to get AP isolation statusAntonio Quartulli2014-01-083-12/+28
| * batman-adv: extend the ap_isolation mechanismAntonio Quartulli2014-01-081-0/+5
| * batman-adv: print the new BATADV_TT_CLIENT_ISOLA flagAntonio Quartulli2014-01-081-4/+8
| * batman-adv: mark a local client as isolated when neededAntonio Quartulli2014-01-085-5/+23
| * batman-adv: add isolation_mark sysfs attributeAntonio Quartulli2014-01-083-0/+75
| * batman-adv: send every DHCP packet as bat-unicastAntonio Quartulli2014-01-087-140/+153
| * batman-adv: remove parenthesis from return statementsAntonio Quartulli2014-01-081-1/+1
| * batman-adv: rename gw_deselect() to gw_reselect()Antonio Quartulli2014-01-084-18/+29
| * batman-adv: deselect current GW on client mode switch offAntonio Quartulli2014-01-082-0/+14
| * batman-adv: remove FSF address from GPL disclaimerAntonio Quartulli2014-01-0841-123/+41
| * batman-adv: don't switch byte order too often if not neededAntonio Quartulli2014-01-081-3/+5
| * batman-adv: properly rename define in distributed arp table header fileAntonio Quartulli2014-01-081-3/+3
* | tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch2014-01-101-10/+38
* | tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch2014-01-101-6/+11
* | tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch2014-01-101-0/+6
* | tcp: metrics: Add source-address to tcp-metricsChristoph Paasch2014-01-101-9/+25
* | tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch2014-01-101-36/+36
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-01-1036-880/+2449
|\ \