summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell2014-01-131-10/+6Star
* net_sched: act: remove struct tcf_act_hdrWANG Cong2014-01-131-8/+8
* net_sched: avoid casting void pointerWANG Cong2014-01-135-26/+23Star
* 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/+40Star
* net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong2014-01-1310-23/+14Star
* 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/+41Star
| * 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
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-1036-880/+2449
| |\ \
| | * \ Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-01-0813-797/+1941
| | |\ \
| | | * | Bluetooth: Fix 6loWPAN peer lookupClaudio Takahasi2014-01-071-2/+2
| | | * | Bluetooth: Fix setting Universal/Local bitClaudio Takahasi2014-01-071-1/+1
| | | * | Bluetooth: Remove rfcomm_carrier_raised()Gianluca Anzolin2014-01-061-8/+0Star
| | | * | Bluetooth: Always wait for a connection on RFCOMM open()Gianluca Anzolin2014-01-061-8/+38
| | | * | Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()Gianluca Anzolin2014-01-061-16/+16
| | | * | Bluetooth: Release RFCOMM port when the last user closes the TTYGianluca Anzolin2014-01-061-7/+14
| | | * | Bluetooth: Default to no security with L2CAP RAW socketsJohan Hedberg2014-01-061-0/+3
| | | * | Bluetooth: Fix NULL pointer dereference when disconnectingJohan Hedberg2014-01-061-1/+1
| | | * | Bluetooth: Add quirk for disabling Delete Stored Link Key commandMarcel Holtmann2014-01-041-1/+6
| | | * | 6lowpan: cleanup udp compress functionAlexander Aring2013-12-171-5/+15
| | | * | 6lowpan: udp use subtraction on both conditionsAlexander Aring2013-12-171-1/+1
| | | * | 6lowpan: udp use lowpan_fetch_skb functionAlexander Aring2013-12-171-19/+18Star