aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-15tcp: cache result of earlier divides when mss-aligning thingsIlpo Järvinen1-2/+12
2009-03-15tcp: simplify tcp_current_mssIlpo Järvinen3-43/+43
2009-03-15tcp: don't check mtu probe completion in the loopIlpo Järvinen1-7/+6
2009-03-15tcp: consolidate paws checkIlpo Järvinen2-8/+7
2009-03-15tcp: kill dead end_seq variable in clean_rtx_queueIlpo Järvinen1-3/+0
2009-03-15tcp: remove pointless .dsack/.num_sacks codeIlpo Järvinen2-7/+3
2009-03-15pkt_sched: Change misleading code in class delete.Jarek Poplawski4-8/+20
2009-03-13tcp: '< 0' test on unsignedRoel Kluin1-2/+3
2009-03-13x25: '< 0' and '>= 0' test on unsignedRoel Kluin1-6/+5
2009-03-13ipv4: arp announce, arp_proxy and windows ip conflict verificationDenys Fedoryshchenko1-2/+5
2009-03-13xfrm: Fix xfrm_state_find() wrt. wildcard source address.David S. Miller1-32/+58
2009-03-13Network Drop Monitor: Adding Build changes to enable drop monitorNeil Horman2-0/+12
2009-03-13Network Drop Monitor: Adding drop monitor implementation & Netlink protocolNeil Horman1-0/+263
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbsNeil Horman5-4/+26
2009-03-13Network Drop Monitor: Add trace declaration for skb freesNeil Horman2-0/+31
2009-03-13sctp: add Adaptation Layer Indication parameter only when it's setmalc1-10/+19
2009-03-13sctp: fix to send FORWARD-TSN chunk only if peer has such capableWei Yongjun1-0/+3
2009-03-13sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capableWei Yongjun1-2/+2
2009-03-13sctp: simplify sctp listening codeVlad Yasevich1-102/+50
2009-03-11tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet1-9/+0
2009-03-11ipv6: Fix BUG when disabled ipv6 module is unloadedJohn Dykstra1-0/+3
2009-03-10net: fix warning about non-const stringStephen Hemminger1-1/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger16-22/+19
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2009-03-06cfg80211: test before subtraction on unsignedRoel Kluin1-1/+2
2009-03-05mac80211: Update IBSS beacon timestamp properlySujith1-3/+5
2009-03-05mac80211: Always send a null data frame if TIM bit is set.Vivek Natarajan1-2/+1
2009-03-05mac80211: Fix TKIP/WEP HT capability handlingSujith1-1/+2
2009-03-05mac80211: Fix quality reporting for wireless statsJohannes Berg1-19/+39
2009-03-05mac80211: Notify the driver only when the beacon interval changesSujith1-1/+2
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-114/+133
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller2-23/+36
2009-03-04net: Fix missing dev->neigh_setup in register_netdevice().David S. Miller1-0/+1
2009-03-04pkt_sched: act_police: Fix a rate estimator test.Jarek Poplawski1-7/+6
2009-03-04SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley1-3/+8
2009-03-04IPv6: add "disable" module parameter support to ipv6.koBrian Haley1-5/+16
2009-03-04neigh: Allow for user space users of the neighbour tableEric Biederman1-1/+5
2009-03-03net: fix tokenring licenseMeelis Roos1-0/+2
2009-03-03netlink: invert error code in netlink_set_err()Pablo Neira Ayuso1-1/+9
2009-03-03rds: fix iband RDMA dependenciesRandy Dunlap1-0/+1
2009-03-03netns: Remove net_aliveEric W. Biederman2-9/+0
2009-03-03tcp: Like icmp use register_pernet_subsysEric W. Biederman1-1/+1
2009-03-03netns: Fix icmp shutdown.Eric W. Biederman1-1/+1
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano1-30/+9
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger1-6/+8
2009-03-03net: Avoid race between network down and sysfsStephen Hemminger1-1/+3
2009-03-02sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich2-21/+17
2009-03-02sctp: use time_before or time_after for comparing jiffiesWei Yongjun2-4/+6
2009-03-02sctp: fix the length check in sctp_getsockopt_maxburst()Wei Yongjun1-1/+2
2009-03-02sctp: remove dup code in net/sctp/socket.cWei Yongjun1-6/+0