summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-07-0122-783/+451Star
|\
| * netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flagFlorian Westphal2013-06-301-2/+14
| * ipvs: add sync_persist_mode flagJulian Anastasov2013-06-262-0/+19
| * ipvs: SH fallback and L4 hashingAlexander Frolkin2013-06-261-15/+85
| * ipvs: drop SCTP connections depending on stateJulian Anastasov2013-06-261-0/+12
| * ipvs: replace the SCTP state machineJulian Anastasov2013-06-262-704/+157Star
| * ipvs: sloppy TCP and SCTPAlexander Frolkin2013-06-263-14/+32
| * ipvs: provide iph to schedulersJulian Anastasov2013-06-2611-34/+32Star
| * netfilter: xt_socket: add XT_SOCKET_NOWILDCARD flagEric Dumazet2013-06-201-8/+62
| * netfilter: nf_conntrack: avoid large timeout for mid-stream pickupFlorian Westphal2013-06-201-0/+6
| * netfilter: check return code from nla_parse_testedDaniel Borkmann2013-06-203-13/+39
* | ipv4: use next hop exceptions also for input routesTimo Teräs2013-06-292-16/+52
* | ipv6: resend MLD report if a link-local address completes DADHannes Frederic Sowa2013-06-292-5/+64
* | ipv6: introduce per-interface counter for dad-completed ipv6 addressesHannes Frederic Sowa2013-06-291-8/+31
* | netlink: fix splat in skb_clone with large messagesPablo Neira2013-06-282-18/+19
* | sit: add support of x-netnsNicolas Dichtel2013-06-282-11/+41
* | dev: introduce skb_scrub_packet()Nicolas Dichtel2013-06-282-10/+24
* | ipv6: rearm router solicitaion timer when setting new tokenized addressHannes Frederic Sowa2013-06-271-1/+4
* | sit: fix 4in4 + IPsec scenarioNicolas Dichtel2013-06-261-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-06-262-0/+6
|\ \
| * | xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counterFan Du2013-06-062-0/+6
* | | net: poll/select low latency socket supportEliezer Tamir2013-06-263-2/+22
* | | net: sctp: simplify sctp_get_portDaniel Borkmann2013-06-261-4/+1Star
* | | net: sctp: decouple cleaning some socket data from endpointDaniel Borkmann2013-06-262-10/+25
* | | net: sctp: minor: sctp_seq_dump_local_addrs add missing newlineDaniel Borkmann2013-06-261-1/+1
* | | net: sctp: migrate cookie life from timeval to ktimeDaniel Borkmann2013-06-263-29/+12Star
* | | ipv6: remove old token ipv6 address as soon as possibleHannes Frederic Sowa2013-06-261-0/+1
* | | ipv6: don't disable interface if last ipv6 address is removedHannes Frederic Sowa2013-06-261-6/+0Star
* | | ipv6: split duplicate address detection and router solicitation timerHannes Frederic Sowa2013-06-261-73/+91
* | | ipv6: add include file to suppress sparse warningsEric Dumazet2013-06-251-0/+1
* | | net: netlink: virtual tap device managementDaniel Borkmann2013-06-251-0/+107
* | | net: Unmap fragment page once iterator is doneWedson Almeida Filho2013-06-242-2/+6
* | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-06-2435-762/+1561
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-2135-762/+1561
| |\ \ \ | | |_|/ | |/| |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-187-17/+105
| | |\ \
| | * | | NFC: llcp: Fix the well known services endiannessSamuel Ortiz2013-06-141-2/+2
| | * | | NFC: llcp: Set the LLC Link Management well known service bitSamuel Ortiz2013-06-141-0/+1
| | * | | NFC: llcp: Do not send pending Tx frames when the remote is not readySamuel Ortiz2013-06-141-0/+3
| | * | | NFC: llcp: Fix non blocking sockets connectionsSamuel Ortiz2013-06-142-3/+6
| | * | | NFC: Fix a potential memory leakThierry Escande2013-06-141-0/+1
| | * | | NFC: Keep socket alive until the DISC PDU is actually sentThierry Escande2013-06-143-0/+15
| | * | | NFC: Rename nfc_llcp_disconnect() to nfc_llcp_send_disconnect()Thierry Escande2013-06-143-24/+3Star
| | * | | NFC: Add secure element enablement netlink APISamuel Ortiz2013-06-141-0/+56
| | * | | NFC: Add secure element enablement internal APISamuel Ortiz2013-06-142-4/+109
| | * | | NFC: Remove and free all SEs when releasing an NFC deviceSamuel Ortiz2013-06-141-0/+8
| | * | | NFC: Send netlink events for secure elements additions and removalsSamuel Ortiz2013-06-143-0/+80
| | * | | NFC: Add secure elements addition and removal APISamuel Ortiz2013-06-141-1/+44
| | * | | NFC: Extend and fix the internal secure element APISamuel Ortiz2013-06-143-0/+58
| | * | | NFC: Remove the static supported_se fieldSamuel Ortiz2013-06-145-9/+2Star
| | * | | NFC: Add NCI over SPI receiveFrederic Danis2013-06-141-0/+174