summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* inet_hashtables: Add inet_lookup_skb helpersArnaldo Carvalho de Melo2008-10-074-14/+6Star
* tcp: Respect SO_RCVLOWAT in tcp_poll().David S. Miller2008-10-061-4/+8
* pkt_sched: Simplify dev_requeue_skb and dequeue_skbJarek Poplawski2008-10-061-16/+5Star
* pkt_sched: Fix handling of gso skbs on requeuingJarek Poplawski2008-10-061-5/+17
* xfrm: MIGRATE enhancements (draft-ebalard-mext-pfkey-enhanced-migrate)Arnaud Ebalard2008-10-054-33/+120
* Phonet: implement GPRS virtual interface over PEP socketRémi Denis-Courmont2008-10-054-16/+502
* Phonet: receive pipe control requests as out-of-band dataRémi Denis-Courmont2008-10-052-19/+50
* Phonet: Pipe End Point for Phonet Pipes protocolRémi Denis-Courmont2008-10-053-1/+914
* Phonet: connected sockets glueRémi Denis-Courmont2008-10-051-0/+97
* Phonet: modules auto-loading supportRémi Denis-Courmont2008-10-051-3/+9
* sctp: correctly save sctp_adaptation from parameter.Vlad Yasevich2008-10-011-1/+1
* sctp: enable cookie-echo retransmission transport switchVlad Yasevich2008-10-012-34/+46
* sctp: Fix the SNMP counter of SCTP_MIB_OUTOFBLUESWei Yongjun2008-10-011-2/+8
* sctp: Fix to start T5-shutdown-guard timer while enter SHUTDOWN-SENT stateWei Yongjun2008-10-012-18/+8Star
* sctp: try harder to figure out address family when checking wildcardsVlad Yasevich2008-10-013-10/+21
* sctp: reduce memory footprint of sctp_chunk structureNeil Horman2008-10-013-9/+9
* sctp: Retransmit list is ineligable for missing indicationsVlad Yasevich2008-10-011-2/+0Star
* sctp: Optimize SFR-CACC transport list walking during SACK processingVlad Yasevich2008-10-011-15/+19
* sctp: Only mark chunks as missing when there are gapsVlad Yasevich2008-10-011-9/+12
* udp: Export UDP socket lookup functionKOVACS Krisztian2008-10-011-0/+7
* tcp: Port redirection support for TCPKOVACS Krisztian2008-10-013-1/+4
* ipv4: Make Netfilter's ip_route_me_harder() non-local address compatibleKOVACS Krisztian2008-10-014-1/+9
* tcp: Handle TCP SYN+ACK/ACK/RST transparencyKOVACS Krisztian2008-10-011-3/+9
* ipv4: Make inet_sock.h independent of route.hKOVACS Krisztian2008-10-012-0/+2
* ipv4: Allow binding to non-local addresses if IP_TRANSPARENT is setTóth László Attila2008-10-011-1/+1
* ipv4: Implement IP_TRANSPARENT socket optionKOVACS Krisztian2008-10-012-1/+15
* ipv4: Loosen source address check on IPv4 outputJulian Anastasov2008-10-011-7/+13
* net: BUG instead of corrupting memory in pskb_expand_headHerbert Xu2008-10-011-0/+2
* ipsec: Put dumpers on the dump listHerbert Xu2008-10-014-132/+130Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-10-0120-182/+276
|\
| * af_key: Free dumping state on socket closeTimo Teras2008-10-011-11/+19
| * XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard2008-10-011-0/+2
| * ipv6: NULL pointer dereferrence in tcp_v6_send_ackDenis V. Lunev2008-10-011-1/+1
| * tcp: Fix NULL dereference in tcp_4_send_ack()Vitaliy Gusev2008-10-011-1/+1
| * sctp: Fix kernel panic while process protocol violation parameterWei Yongjun2008-09-302-24/+61
| * iucv: Fix mismerge again.Heiko Carstens2008-09-301-1/+2
| * ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu2008-09-301-4/+8
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-251-2/+6
| |\
| | * netfilter: ip6t_{hbh,dst}: Rejects not-strict mode on rule insertionYasuyuki Kozakai2008-09-251-2/+6
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-09-255-96/+118
| |\ \
| | * | 9p: fix put_data error handlingEric Van Hensbergen2008-09-241-1/+5
| | * | 9p: introduce missing kfreeJulia Lawall2008-09-241-1/+3
| | * | 9p-trans_fd: fix and clean up module init/exit pathsTejun Heo2008-09-241-20/+11Star
| | * | 9p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo2008-09-241-11/+3Star
| | * | 9p-trans_fd: clean up p9_conn_create()Tejun Heo2008-09-241-16/+4Star
| | * | 9p-trans_fd: fix trans_fd::p9_conn_destroy()Tejun Heo2008-09-241-19/+5Star
| | * | 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-244-28/+87
| * | | sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk2008-09-231-0/+2
| | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-09-221-2/+4
| |\ \ | | |/ | |/|
| | * netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck2008-09-211-2/+4