summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti2014-05-142-1/+8
* net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti2014-05-146-3/+32
* tcp: IPv6 support for fastopen serverDaniel Lee2014-05-132-26/+71
* tcp: improve fastopen icmp handlingYuchung Cheng2014-05-132-26/+31
* tcp: use tcp_v4_send_synack on first SYN-ACKYuchung Cheng2014-05-134-98/+78Star
* tcp: simplify fast open cookie processingYuchung Cheng2014-05-133-51/+32Star
* tcp: move fastopen functions to tcp_fastopen.cYuchung Cheng2014-05-132-183/+192
* net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-134-4/+4
* net: ptp: mark filter as __initdataMathias Krause2014-05-131-1/+1
* net: filter: Fix redefinition warnings on x86-64.David S. Miller2014-05-131-34/+37
* sch_hhf: fix comparison of qlen and limitYang Yingliang2014-05-121-1/+1
* vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong2014-05-122-4/+4
* net: rename local_df to ignore_dfWANG Cong2014-05-1214-36/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-1253-227/+426
|\
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-096-9/+18
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-086-9/+18
| | |\
| | | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211John W. Linville2014-05-066-9/+18
| | | |\
| | | | * mac80211: fix nested rtnl locking on ieee80211_reconfigEliad Peller2014-05-051-1/+1
| | | | * cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller2014-05-051-2/+10
| | | | * cfg80211: free sme on connection failuresEliad Peller2014-05-051-1/+1
| | | | * mac80211: Fix mac80211 station info rx bitrate for IBSS modeHenning Rogge2014-05-051-1/+2
| | | | * mac80211: fixup radiotap tx flags for RTS/CTSBob Copeland2014-04-221-3/+2Star
| | | | * mac80211: avoid handling of SMPS for meshChun-Yeow Yeoh2014-04-221-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2014-05-096-12/+19
| |\ \ \ \
| | * | | | netfilter: Fix potential use after free in ip6_route_me_harder()Sergey Popovich2014-05-091-2/+4
| | * | | | bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin2014-05-051-2/+2
| | * | | | ipv4: fix "conntrack zones" support for defrag user check in ip_expireVasily Averin2014-05-051-2/+3
| | * | | | netfilter: nfnetlink: Fix use after free when it fails to process batchDenys Fedoryshchenko2014-05-041-4/+4
| | * | | | netfilter: ipv4: defrag: set local_df flag on defragmented skbFlorian Westphal2014-05-041-2/+3
| | * | | | netfilter: ctnetlink: don't add null bindings if no nat requestedFlorian Westphal2014-04-291-0/+3
| * | | | | ping: move ping_group_range out of CONFIG_SYSCTLCong Wang2014-05-093-13/+14
| * | | | | ipv4: move local_port_range out of CONFIG_SYSCTLCong Wang2014-05-094-24/+45
| | |/ / / | |/| | |
| * | | | ipv4: fib_semantics: increment fib_info_cnt after fib_info allocationSergey Popovich2014-05-071-1/+1
| * | | | Revert "net: core: introduce netif_skb_dev_features"Florian Westphal2014-05-071-12/+10Star
| * | | | net: ip: push gso skb forwarding handling down the stackFlorian Westphal2014-05-072-53/+48Star
| * | | | net: ipv6: send pkttoobig immediately if orig frag size > mtuFlorian Westphal2014-05-071-1/+5
| * | | | net: ipv4: ip_forward: fix inverted local_df testFlorian Westphal2014-05-071-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-0633-105/+270
| |\ \ \ \
| | * | | | ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai2014-05-051-0/+2
| | * | | | vsock: Make transport the proto ownerAndy King2014-05-051-25/+22Star
| | * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-05-052-3/+12
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-012-3/+12
| | | |\ \ \ \ | | | | | |/ / | | | | |/| |
| | | | * | | Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-04-251-3/+6
| | | | * | | Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg2014-04-251-0/+6
| | * | | | | net: sched: lock imbalance in hhf qdiscJohn Fastabend2014-05-051-5/+6
| | |/ / / /
| | * | | | tcp_cubic: fix the range of delayed_ackLiu Yu2014-04-301-1/+1
| | * | | | tcp: increment retransmit counters in tlp and fast openEric Dumazet2014-04-301-7/+7
| | | |/ / | | |/| |
| | * | | net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-283-1/+4
| | * | | net: sctp: Don't transition to PF state when transport has exhausted 'Path.Ma...Karl Heiss2014-04-281-4/+3Star
| | * | | sctp: reset flowi4_oif parameter on route lookupXufeng Zhang2014-04-281-1/+6