summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: filter: x86: internal BPF JITAlexei Starovoitov2014-05-151-1/+8
* mac802154: make mac802154_wpan_open staticPhoebe Buckheister2014-05-151-1/+1
* ieee802154: fix dgram socket sendmsg()Phoebe Buckheister2014-05-151-9/+19
* 6lowpan: fix fragmentationPhoebe Buckheister2014-05-151-94/+104
* ieee802154: change _cb handling slightlyPhoebe Buckheister2014-05-154-26/+21Star
* mac802154: account for all header parts during wpan header creationgPhoebe Buckheister2014-05-151-1/+1
* ieee802154: add definitions for link-layer security and header functionsPhoebe Buckheister2014-05-151-7/+45
* net: Use a more standard macro for INET_ADDR_COOKIEJoe Perches2014-05-142-3/+3
* dccp: make the request_retries minimum is 1wangweidong2014-05-141-1/+2
* snmp: fix some left over of snmp statsWANG Cong2014-05-142-5/+5
* ipv4: make ip_local_reserved_ports per netnsWANG Cong2014-05-146-32/+21Star
* tipc: merge port message reception into socket reception functionJon Paul Maloy2014-05-146-59/+46Star
* tipc: clean up neigbor discovery message receptionJon Paul Maloy2014-05-141-108/+111
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-146-76/+83
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-148-91/+74Star
* tipc: mark head of reassembly buffer as non-linearJon Paul Maloy2014-05-141-0/+2
* tipc: don't record link RESET or ACTIVATE messages as trafficJon Paul Maloy2014-05-141-3/+4
* tipc: compensate for double accounting in socket rcv bufferJon Paul Maloy2014-05-142-9/+21
* tipc: decrease connection flow control windowJon Paul Maloy2014-05-143-9/+11
* net: support marking accepting TCP socketsLorenzo Colitti2014-05-147-5/+19
* 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