summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-09-24net: remove ifalias on empty given alias Oliver Hartkopp1-0/+8
2008-09-23tcp: Fix queue traversal in tcp_use_frto().David S. Miller1-0/+2
2008-09-23tcp: Fix order of tests in tcp_retransmit_skb()David S. Miller1-1/+1
2008-09-23neigh: Remove by-hand SKB queue handling.David S. Miller1-13/+8
2008-09-23pkt_sched: Check the state of tx_queue in dequeue_skb()Jarek Poplawski1-4/+14
2008-09-23pkt_sched: Always use q->requeue in dev_requeue_skb().David S. Miller1-4/+1
2008-09-23pkt_sched: Make qdisc->gso_skb a list.David S. Miller1-5/+7
2008-09-23net: network device name ifalias supportStephen Hemminger3-0/+72
2008-09-23Phonet: emit errors when a packet cannot be delivered locallyRemi Denis-Courmont1-4/+92
2008-09-23Phonet: proc interface for port rangeRemi Denis-Courmont4-1/+119
2008-09-23Phonet: provide MAC header operationsRemi Denis-Courmont1-0/+29
2008-09-23Phonet: Phonet datagram transport protocolRemi Denis-Courmont3-0/+304
2008-09-23Phonet: common socket glueRemi Denis-Courmont3-3/+337
2008-09-23Phonet: Netlink interfaceRemi Denis-Courmont3-0/+188
2008-09-23Phonet: network device and address handlingRemi Denis-Courmont3-0/+212
2008-09-23Phonet: add CONFIG_PHONETRemi Denis-Courmont4-0/+22
2008-09-23Phonet: PF_PHONET protocol family supportRemi Denis-Courmont1-0/+216
2008-09-23Phonet: global definitionsRemi Denis-Courmont1-3/+6
2008-09-23ipsec: Fix xfrm_state_walk raceHerbert Xu1-9/+30
2008-09-23net/atm/lec.c: drop code after returnJulia Lawall1-1/+0
2008-09-23net: em_cmp.c use unaligned access helpersHarvey Harrison1-6/+3
2008-09-23netfilter: xt_time gives a wrong monthday in a leap yearKaihui Luo1-2/+4
2008-09-22net: Remove __skb_insert() calls outside of skbuff internals.David S. Miller2-5/+4
2008-09-21tcp: advertise MSS requested by userTom Quetchenbach2-3/+14
2008-09-21net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo11-35/+35
2008-09-21multiq: requeue should rewind the current_bandAlexander Duyck1-0/+5
2008-09-21tcp: back retransmit_high when it over-estimatedIlpo Järvinen1-2/+10
2008-09-21tcp: don't clear lost_skb_hint when not necessaryIlpo Järvinen1-1/+13
2008-09-21tcp: don't clear retransmit_skb_hint when not necessaryIlpo Järvinen2-4/+8
2008-09-21tcp: remove retransmit_skb_hint clearing from failureIlpo Järvinen1-3/+1
2008-09-21tcp: reorganize retransmit code loopsIlpo Järvinen1-46/+33
2008-09-21tcp: remove tp->lost_out guard to make joining diff nicerIlpo Järvinen1-37/+38
2008-09-21tcp: Reorganize skb tagbit checksIlpo Järvinen1-19/+19
2008-09-21tcp: remove obsolete validity concernIlpo Järvinen1-4/+0
2008-09-21tcp: add tcp_can_forward_retransmitIlpo Järvinen1-18/+28
2008-09-21tcp: No need to clear retransmit_skb_hint when SACKingIlpo Järvinen1-7/+0
2008-09-21tcp: Kill precaution that's very likely obsoleteIlpo Järvinen1-4/+0
2008-09-21tcp: convert retransmit_cnt_hint to seqnoIlpo Järvinen2-32/+27
2008-09-21tcp: add helper for lost bit togglingIlpo Järvinen1-10/+12
2008-09-21tcp: move tcp_verify_retransmit_hintIlpo Järvinen1-13/+13
2008-09-21tcp: Partial hint clearing has again become meaninglessIlpo Järvinen2-5/+4
2008-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller38-2020/+3200
2008-09-19ISDN sockets: add missing lockdep stringsRémi Denis-Courmont1-3/+3
2008-09-17ipvs: change some __constant_htons() to htons()Brian Haley2-2/+2
2008-09-17ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_s...Simon Horman1-0/+2
2008-09-17ipvs: supply a valid 0 address to ip_vs_conn_new()Simon Horman1-1/+2
2008-09-17ipvs: only unlock in ip_vs_edit_service() if already lockedSimon Horman1-3/+4
2008-09-16mac80211 : Fix mode change hard_start_xmit functionAbhijeet Kolekar1-0/+1
2008-09-16mac80211: remove debug frame dumpingJohannes Berg2-55/+0
2008-09-16mac80211: remove beacon countersJohannes Berg3-20/+0