aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-09-23sys_paccept: disable paccept() until API design is resolvedMichael Kerrisk
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller
2008-09-23tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller
2008-09-22pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski
2008-09-22pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller
2008-09-22pkt_sched: Make qdisc->gso_skb a list.David S. Miller
2008-09-22net: network device name ifalias supportStephen Hemminger
2008-09-22Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont
2008-09-22Phonet: proc interface for port rangeRemi Denis-Courmont
2008-09-22Phonet: provide MAC header operationsRemi Denis-Courmont
2008-09-22Phonet: Phonet datagram transport protocolRemi Denis-Courmont
2008-09-22Phonet: common socket glueRemi Denis-Courmont
2008-09-22Phonet: Netlink interfaceRemi Denis-Courmont
2008-09-22Phonet: network device and address handlingRemi Denis-Courmont
2008-09-22Phonet: add CONFIG_PHONETRemi Denis-Courmont
2008-09-22Phonet: PF_PHONET protocol family supportRemi Denis-Courmont
2008-09-22Phonet: global definitionsRemi Denis-Courmont
2008-09-22ipsec: Fix xfrm_state_walk raceHerbert Xu
2008-09-22net/atm/lec.c: drop code after returnJulia Lawall
2008-09-22net: em_cmp.c use unaligned access helpersHarvey Harrison
2008-09-22netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo
2008-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-09-21net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller
2008-09-21tcp: advertise MSS requested by userTom Quetchenbach
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-09-20multiq: requeue should rewind the current_bandAlexander Duyck
2008-09-20netdev: simple_tx_hash shouldn't hash inside fragmentsAlexander Duyck
2008-09-20tcp: back retransmit_high when it over-estimatedIlpo Järvinen
2008-09-20tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen
2008-09-20tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen
2008-09-20tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen
2008-09-20tcp: reorganize retransmit code loopsIlpo Järvinen
2008-09-20tcp: remove tp->lost_out guard to make joining diff nicerIlpo Järvinen
2008-09-20tcp: Reorganize skb tagbit checksIlpo Järvinen
2008-09-20tcp: remove obsolete validity concernIlpo Järvinen
2008-09-20tcp: add tcp_can_forward_retransmitIlpo Järvinen
2008-09-20tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen
2008-09-20tcp: Kill precaution that's very likely obsoleteIlpo Järvinen
2008-09-20tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen
2008-09-20tcp: add helper for lost bit togglingIlpo Järvinen
2008-09-20tcp: move tcp_verify_retransmit_hintIlpo Järvinen
2008-09-20tcp: Partial hint clearing has again become meaninglessIlpo Järvinen
2008-09-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2008-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-09-18ISDN sockets: add missing lockdep stringsRémi Denis-Courmont
2008-09-18sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich
2008-09-18sctp: do not enable peer features if we can't do them.Vlad Yasevich
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich
2008-09-16warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven