aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-03-13Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-...Neil Horman
2009-03-13Network Drop Monitor: Add trace declaration for skb freesNeil Horman
2009-03-13sctp: add Adaptation Layer Indication parameter only when it's setmalc
2009-03-13sctp: fix to send FORWARD-TSN chunk only if peer has such capableWei Yongjun
2009-03-13sctp: fix to indicate ASCONF support in INIT-ACK only if peer has such capableWei Yongjun
2009-03-13sctp: simplify sctp listening codeVlad Yasevich
2009-03-11tcp: allow timestamps even if SYN packet has tsval=0Eric Dumazet
2009-03-10net: fix warning about non-const stringStephen Hemminger
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-06cfg80211: test before subtraction on unsignedRoel Kluin
2009-03-05mac80211: Update IBSS beacon timestamp properlySujith
2009-03-05mac80211: Always send a null data frame if TIM bit is set.Vivek Natarajan
2009-03-05mac80211: Fix TKIP/WEP HT capability handlingSujith
2009-03-05mac80211: Fix quality reporting for wireless statsJohannes Berg
2009-03-05mac80211: Notify the driver only when the beacon interval changesSujith
2009-03-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-03-04vlan: Fix vlan-in-vlan crashes.David S. Miller
2009-03-04net: Fix missing dev->neigh_setup in register_netdevice().David S. Miller
2009-03-04pkt_sched: act_police: Fix a rate estimator test.Jarek Poplawski
2009-03-04SCTP: change sctp_ctl_sock_init() to try IPv4 if IPv6 failsBrian Haley
2009-03-04IPv6: add "disable" module parameter support to ipv6.koBrian Haley
2009-03-04neigh: Allow for user space users of the neighbour tableEric Biederman
2009-03-03net: fix tokenring licenseMeelis Roos
2009-03-03netlink: invert error code in netlink_set_err()Pablo Neira Ayuso
2009-03-03rds: fix iband RDMA dependenciesRandy Dunlap
2009-03-03netns: Remove net_aliveEric W. Biederman
2009-03-03tcp: Like icmp use register_pernet_subsysEric W. Biederman
2009-03-03netns: Fix icmp shutdown.Eric W. Biederman
2009-03-03netns: fix addrconf_ifdown kernel panicDaniel Lezcano
2009-03-03ipv6: Fix sysctl unregistration deadlockStephen Hemminger
2009-03-03net: Avoid race between network down and sysfsStephen Hemminger
2009-03-02sctp: Fix broken RTO-doubling for data retransmitsVlad Yasevich
2009-03-02sctp: use time_before or time_after for comparing jiffiesWei Yongjun
2009-03-02sctp: fix the length check in sctp_getsockopt_maxburst()Wei Yongjun
2009-03-02sctp: remove dup code in net/sctp/socket.cWei Yongjun
2009-03-02sctp: Add some missing types for debug messageWei Yongjun
2009-03-02tcp: tcp_init_wl / tcp_update_wl argument cleanupHantzis Fotis
2009-03-02sctp: fix kernel panic with ERROR chunk containing too many error causesWei Yongjun
2009-03-02sctp: fix crash during module unloadVlad Yasevich
2009-03-02dccp: Do not let initial option overhead shrink the MPSGerrit Renker
2009-03-02dccp: Minimise header option overhead in setting the MPSGerrit Renker
2009-03-02tcp: get rid of two unnecessary u16s in TCP skb flags copyingIlpo Järvinen
2009-03-02tcp: in sendmsg/pages open code the real goto targetIlpo Järvinen
2009-03-02tcp: kill eff_sacks "cache", the sole user can calculate itselfIlpo Järvinen
2009-03-02tcp: add helper for AI algorithmIlpo Järvinen
2009-03-02htcp: merge icsk_ca_state compareIlpo Järvinen
2009-03-02tcp: drop unnecessary local var in collapseIlpo Järvinen
2009-03-02tcp: cleanup ca_state mess in tcp_timerIlpo Järvinen
2009-03-02tcp: separate timeout marking loop to it's own functionIlpo Järvinen